#6F2608

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

Shades of Baker's Chocolate #6F2608

Tints of Baker's Chocolate #6F2608

Color information

#6F2608 (or 0x6F2608) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 26 and 08. RGB value is (111,38,8). Sum of RGB (Red+Green+Blue) = 111+38+8=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2608 is #90D9F7. Grayscale: #383838. Windows color (decimal): -9492984 or 534127. OLE color: 534127.

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

Color convert

RGB111388-
CMYK00.660.930.56
HSL17.48º86.55%23.33%-
HSV(B)17.48º92.79%43.53%-
XYZ7.294.780.77-
YUV56.41100.68166.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 70.70%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=70.70%
G=24.20%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11138800.660.930.5617.4886.5523.33
Hex6F2680425D38115717
Octal15746100102135702112727
Binary1101111100110100001000010101110111100010001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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