Shades of Baker's Chocolate #602003
Tints of Baker's Chocolate #602003
RGB
CMYK
RGB Variations
Color information
#602003 (or 0x602003) is known color: Baker's Chocolate. HEX triplet: 60, 20 and 03. RGB value is (96,32,3). Sum of RGB (Red+Green+Blue) = 96+32+3=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #602003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602003 is #9FDFFC. Grayscale: #303030. Windows color (decimal): -10477565 or 204896. OLE color: 204896.
HSL color Cylindrical-coordinate representation of color #602003: hue angle of 18.71º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #602003 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 3 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.62 |
| HSL | 18.71º | 0.94% | 0.19% | - |
| HSV(B) | 18.71º | 0.97% | 0.38% | - |
| XYZ | 5.36 | 3.53 | 0.48 | - |
| YUV | 47.83 | 102.7 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 3 | 0 | 0.67 | 0.97 | 0.62 | 18.71 | 0.94 | 0.19 |
| Hex | 60 | 20 | 3 | 0 | 43 | 61 | 3E | 13 | 5E | 13 |
| Octal | 140 | 40 | 3 | 0 | 103 | 141 | 76 | 23 | 136 | 23 |
| Binary | 1100000 | 100000 | 11 | 0 | 1000011 | 1100001 | 111110 | 10011 | 1011110 | 10011 |
Color Harmonies of #602003
Complementary color
Monochromatic Colors of #602003
Black with #602003
Text Example
Text Example
White with #602003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602003; }
p { color: rgb(96,32,3); }
H1.HeaderClassName
{
color: #602003;
}
.AnyTagClassName
{
color: #602003;
}
</style>
background-color css
<style>
a { background-color: #602003; }
a { background-color: rgb(96,32,3); }
div.DivClassName
{
background-color: #602003;
}
.BgClassName
{
background-color: #602003;
}
</style>
border-color css
<style>
span { border-color: #602003; }
span { border-color: rgb(96,32,3); }
td.TdClassName
{
border-color: #602003;
}
.TagClassName
{
border-color: #602003;
}
</style>