#6F2408

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

Shades of Baker's Chocolate #6F2408

Tints of Baker's Chocolate #6F2408

Color information

#6F2408 (or 0x6F2408) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 24 and 08. RGB value is (111,36,8). Sum of RGB (Red+Green+Blue) = 111+36+8=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2408 is #90DBF7. Grayscale: #373737. Windows color (decimal): -9493496 or 533615. OLE color: 533615.

HSL color Cylindrical-coordinate representation of color #6F2408: hue angle of 16.31º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F2408 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB111368-
CMYK00.680.930.56
HSL16.31º86.55%23.33%-
HSV(B)16.31º92.79%43.53%-
XYZ7.234.660.75-
YUV55.23101.35167.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.61%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=71.61%
G=23.23%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11136800.680.930.5616.3186.5523.33
Hex6F2480445D38105717
Octal15744100104135702012727
Binary1101111100100100001000100101110111100010000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,36,8); }

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

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

 a { background-color: rgb(111,36,8); }

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

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

 span { border-color: rgb(111,36,8); }

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