#6C2506

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

Shades of Baker's Chocolate #6C2506

Tints of Baker's Chocolate #6C2506

Color information

#6C2506 (or 0x6C2506) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 25 and 06. RGB value is (108,37,6). Sum of RGB (Red+Green+Blue) = 108+37+6=151 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.52% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2506 is #93DAF9. Grayscale: #363636. Windows color (decimal): -9689850 or 402796. OLE color: 402796.

HSL color Cylindrical-coordinate representation of color #6C2506: hue angle of 18.24º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C2506 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB108376-
CMYK00.660.940.58
HSL18.24º89.47%22.35%-
HSV(B)18.24º94.44%42.35%-
XYZ6.884.520.68-
YUV54.69100.52166.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 71.52%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 6 (2.73% from 255) = 3.97%
R=71.52%
G=24.50%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10837600.660.940.5818.2489.4722.35
Hex6C2560425E3A125916
Octal1544560102136722213126
Binary110110010010111001000010101111011101010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,37,6); }

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

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

 a { background-color: rgb(108,37,6); }

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

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

 span { border-color: rgb(108,37,6); }

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