Shades of Baker's Chocolate #602708
Tints of Baker's Chocolate #602708
RGB
CMYK
RGB Variations
Color information
#602708 (or 0x602708) is known color: Baker's Chocolate. HEX triplet: 60, 27 and 08. RGB value is (96,39,8). Sum of RGB (Red+Green+Blue) = 96+39+8=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #602708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602708 is #9FD8F7. Grayscale: #343434. Windows color (decimal): -10475768 or 534368. OLE color: 534368.
HSL color Cylindrical-coordinate representation of color #602708: hue angle of 21.14º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #602708 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 8 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.62 |
| HSL | 21.14º | 0.85% | 0.2% | - |
| HSV(B) | 21.14º | 0.92% | 0.38% | - |
| XYZ | 5.59 | 3.96 | 0.7 | - |
| YUV | 52.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 8 | 0 | 0.59 | 0.92 | 0.62 | 21.14 | 0.85 | 0.2 |
| Hex | 60 | 27 | 8 | 0 | 3B | 5C | 3E | 15 | 55 | 14 |
| Octal | 140 | 47 | 10 | 0 | 73 | 134 | 76 | 25 | 125 | 24 |
| Binary | 1100000 | 100111 | 1000 | 0 | 111011 | 1011100 | 111110 | 10101 | 1010101 | 10100 |
Color Harmonies of #602708
Complementary color
Monochromatic Colors of #602708
Black with #602708
Text Example
Text Example
White with #602708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602708; }
p { color: rgb(96,39,8); }
H1.HeaderClassName
{
color: #602708;
}
.AnyTagClassName
{
color: #602708;
}
</style>
background-color css
<style>
a { background-color: #602708; }
a { background-color: rgb(96,39,8); }
div.DivClassName
{
background-color: #602708;
}
.BgClassName
{
background-color: #602708;
}
</style>
border-color css
<style>
span { border-color: #602708; }
span { border-color: rgb(96,39,8); }
td.TdClassName
{
border-color: #602708;
}
.TagClassName
{
border-color: #602708;
}
</style>