Shades of Baker's Chocolate #60210B
Tints of Baker's Chocolate #60210B
RGB
CMYK
RGB Variations
Color information
#60210B (or 0x60210B) is known color: Baker's Chocolate. HEX triplet: 60, 21 and 0B. RGB value is (96,33,11). Sum of RGB (Red+Green+Blue) = 96+33+11=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #60210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60210B is #9FDEF4. Grayscale: #313131. Windows color (decimal): -10477301 or 729440. OLE color: 729440.
HSL color Cylindrical-coordinate representation of color #60210B: hue angle of 15.53º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60210B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 11 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.62 |
| HSL | 15.53º | 0.79% | 0.21% | - |
| HSV(B) | 15.53º | 0.89% | 0.38% | - |
| XYZ | 5.43 | 3.6 | 0.73 | - |
| YUV | 49.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 11 | 0 | 0.66 | 0.89 | 0.62 | 15.53 | 0.79 | 0.21 |
| Hex | 60 | 21 | B | 0 | 42 | 59 | 3E | 10 | 4F | 15 |
| Octal | 140 | 41 | 13 | 0 | 102 | 131 | 76 | 20 | 117 | 25 |
| Binary | 1100000 | 100001 | 1011 | 0 | 1000010 | 1011001 | 111110 | 10000 | 1001111 | 10101 |
Color Harmonies of #60210B
Complementary color
Monochromatic Colors of #60210B
Black with #60210B
Text Example
Text Example
White with #60210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60210B; }
p { color: rgb(96,33,11); }
H1.HeaderClassName
{
color: #60210B;
}
.AnyTagClassName
{
color: #60210B;
}
</style>
background-color css
<style>
a { background-color: #60210B; }
a { background-color: rgb(96,33,11); }
div.DivClassName
{
background-color: #60210B;
}
.BgClassName
{
background-color: #60210B;
}
</style>
border-color css
<style>
span { border-color: #60210B; }
span { border-color: rgb(96,33,11); }
td.TdClassName
{
border-color: #60210B;
}
.TagClassName
{
border-color: #60210B;
}
</style>