#6F2508

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

Shades of Baker's Chocolate #6F2508

Tints of Baker's Chocolate #6F2508

Color information

#6F2508 (or 0x6F2508) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 25 and 08. RGB value is (111,37,8). Sum of RGB (Red+Green+Blue) = 111+37+8=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2508 is #90DAF7. Grayscale: #383838. Windows color (decimal): -9493240 or 533871. OLE color: 533871.

HSL color Cylindrical-coordinate representation of color #6F2508: hue angle of 16.89º 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 #6F2508 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB111378-
CMYK00.670.930.56
HSL16.89º86.55%23.33%-
HSV(B)16.89º92.79%43.53%-
XYZ7.264.720.76-
YUV55.82101.02167.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.15%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=71.15%
G=23.72%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11137800.670.930.5616.8986.5523.33
Hex6F2580435D38115717
Octal15745100103135702112727
Binary1101111100101100001000011101110111100010001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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