#6e270c

Color #6E270C Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #6E270C

Tints of Baker's Chocolate #6E270C

Color information

#6E270C (or 0x6E270C) is unknown color: approx Baker's Chocolate. HEX triplet: 6E, 27 and 0C. RGB value is (110,39,12). Sum of RGB (Red+Green+Blue) = 110+39+12=161 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.32% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 110 - color contains mainly: red. Hex color #6E270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E270C is #91D8F3. Grayscale: #393939. Windows color (decimal): -9558260 or 796526. OLE color: 796526.

HSL color Cylindrical-coordinate representation of color #6E270C: hue angle of 16.53º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E270C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB1103912-
CMYK00.650.890.57
HSL16.53º80.33%23.92%-
HSV(B)16.53º89.09%43.14%-
XYZ7.224.790.89-
YUV57.15102.52165.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 68.32%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=68.32%
G=24.22%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110391200.650.890.5716.5380.3323.92
Hex6E27C0415939115018
Octal15647140101131712112030
Binary1101110100111110001000001101100111100110001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e270c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6e270c; }

 p { color: rgb(110,39,12); }

 H1.HeaderClassName
 {
   color: #6e270c;
 }
 .AnyTagClassName
 {
   color: #6e270c;
 }
</style>
background-color css

<style>
 a { background-color: #6e270c; }

 a { background-color: rgb(110,39,12); }

 div.DivClassName
 {
   background-color: #6e270c;
 }
 .BgClassName
 {
   background-color: #6e270c;
 }
</style>
border-color css

<style>
 span { border-color: #6e270c; }

 span { border-color: rgb(110,39,12); }

 td.TdClassName
 {
   border-color: #6e270c;
 }
 .TagClassName
 {
   border-color: #6e270c;
 }
</style>