Shades of Baker's Chocolate #602702
Tints of Baker's Chocolate #602702
RGB
CMYK
RGB Variations
Color information
#602702 (or 0x602702) is known color: Baker's Chocolate. HEX triplet: 60, 27 and 02. RGB value is (96,39,2). Sum of RGB (Red+Green+Blue) = 96+39+2=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #602702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602702 is #9FD8FD. Grayscale: #343434. Windows color (decimal): -10475774 or 141152. OLE color: 141152.
HSL color Cylindrical-coordinate representation of color #602702: hue angle of 23.62º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #602702 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 2 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.62 |
| HSL | 23.62º | 0.96% | 0.19% | - |
| HSV(B) | 23.62º | 0.98% | 0.38% | - |
| XYZ | 5.56 | 3.94 | 0.53 | - |
| YUV | 51.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 2 | 0 | 0.59 | 0.98 | 0.62 | 23.62 | 0.96 | 0.19 |
| Hex | 60 | 27 | 2 | 0 | 3B | 62 | 3E | 18 | 60 | 13 |
| Octal | 140 | 47 | 2 | 0 | 73 | 142 | 76 | 30 | 140 | 23 |
| Binary | 1100000 | 100111 | 10 | 0 | 111011 | 1100010 | 111110 | 11000 | 1100000 | 10011 |
Color Harmonies of #602702
Complementary color
Monochromatic Colors of #602702
Black with #602702
Text Example
Text Example
White with #602702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602702; }
p { color: rgb(96,39,2); }
H1.HeaderClassName
{
color: #602702;
}
.AnyTagClassName
{
color: #602702;
}
</style>
background-color css
<style>
a { background-color: #602702; }
a { background-color: rgb(96,39,2); }
div.DivClassName
{
background-color: #602702;
}
.BgClassName
{
background-color: #602702;
}
</style>
border-color css
<style>
span { border-color: #602702; }
span { border-color: rgb(96,39,2); }
td.TdClassName
{
border-color: #602702;
}
.TagClassName
{
border-color: #602702;
}
</style>