Shades of Baker's Chocolate #602107
Tints of Baker's Chocolate #602107
RGB
CMYK
RGB Variations
Color information
#602107 (or 0x602107) is known color: Baker's Chocolate. HEX triplet: 60, 21 and 07. RGB value is (96,33,7). Sum of RGB (Red+Green+Blue) = 96+33+7=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #602107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602107 is #9FDEF8. Grayscale: #313131. Windows color (decimal): -10477305 or 467296. OLE color: 467296.
HSL color Cylindrical-coordinate representation of color #602107: hue angle of 17.53º 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 #602107 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 7 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.62 |
| HSL | 17.53º | 0.86% | 0.2% | - |
| HSV(B) | 17.53º | 0.93% | 0.38% | - |
| XYZ | 5.41 | 3.59 | 0.61 | - |
| YUV | 48.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 7 | 0 | 0.66 | 0.93 | 0.62 | 17.53 | 0.86 | 0.2 |
| Hex | 60 | 21 | 7 | 0 | 42 | 5D | 3E | 12 | 56 | 14 |
| Octal | 140 | 41 | 7 | 0 | 102 | 135 | 76 | 22 | 126 | 24 |
| Binary | 1100000 | 100001 | 111 | 0 | 1000010 | 1011101 | 111110 | 10010 | 1010110 | 10100 |
Color Harmonies of #602107
Complementary color
Monochromatic Colors of #602107
Black with #602107
Text Example
Text Example
White with #602107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602107; }
p { color: rgb(96,33,7); }
H1.HeaderClassName
{
color: #602107;
}
.AnyTagClassName
{
color: #602107;
}
</style>
background-color css
<style>
a { background-color: #602107; }
a { background-color: rgb(96,33,7); }
div.DivClassName
{
background-color: #602107;
}
.BgClassName
{
background-color: #602107;
}
</style>
border-color css
<style>
span { border-color: #602107; }
span { border-color: rgb(96,33,7); }
td.TdClassName
{
border-color: #602107;
}
.TagClassName
{
border-color: #602107;
}
</style>