Shades of Baker's Chocolate #602907
Tints of Baker's Chocolate #602907
RGB
CMYK
RGB Variations
Color information
#602907 (or 0x602907) is known color: Baker's Chocolate. HEX triplet: 60, 29 and 07. RGB value is (96,41,7). Sum of RGB (Red+Green+Blue) = 96+41+7=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #602907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602907 is #9FD6F8. Grayscale: #353535. Windows color (decimal): -10475257 or 469344. OLE color: 469344.
HSL color Cylindrical-coordinate representation of color #602907: hue angle of 22.92º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #602907 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 7 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.62 |
| HSL | 22.92º | 0.86% | 0.2% | - |
| HSV(B) | 22.92º | 0.93% | 0.38% | - |
| XYZ | 5.66 | 4.09 | 0.69 | - |
| YUV | 53.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 7 | 0 | 0.57 | 0.93 | 0.62 | 22.92 | 0.86 | 0.2 |
| Hex | 60 | 29 | 7 | 0 | 39 | 5D | 3E | 17 | 56 | 14 |
| Octal | 140 | 51 | 7 | 0 | 71 | 135 | 76 | 27 | 126 | 24 |
| Binary | 1100000 | 101001 | 111 | 0 | 111001 | 1011101 | 111110 | 10111 | 1010110 | 10100 |
Color Harmonies of #602907
Complementary color
Monochromatic Colors of #602907
Black with #602907
Text Example
Text Example
White with #602907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602907; }
p { color: rgb(96,41,7); }
H1.HeaderClassName
{
color: #602907;
}
.AnyTagClassName
{
color: #602907;
}
</style>
background-color css
<style>
a { background-color: #602907; }
a { background-color: rgb(96,41,7); }
div.DivClassName
{
background-color: #602907;
}
.BgClassName
{
background-color: #602907;
}
</style>
border-color css
<style>
span { border-color: #602907; }
span { border-color: rgb(96,41,7); }
td.TdClassName
{
border-color: #602907;
}
.TagClassName
{
border-color: #602907;
}
</style>