Shades of Baker's Chocolate #60280B
Tints of Baker's Chocolate #60280B
RGB
CMYK
RGB Variations
Color information
#60280B (or 0x60280B) is known color: Baker's Chocolate. HEX triplet: 60, 28 and 0B. RGB value is (96,40,11). Sum of RGB (Red+Green+Blue) = 96+40+11=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60280B is #9FD7F4. Grayscale: #353535. Windows color (decimal): -10475509 or 731232. OLE color: 731232.
HSL color Cylindrical-coordinate representation of color #60280B: hue angle of 20.47º 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 #60280B is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 40 | 11 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.62 |
| HSL | 20.47º | 0.79% | 0.21% | - |
| HSV(B) | 20.47º | 0.89% | 0.38% | - |
| XYZ | 5.64 | 4.03 | 0.8 | - |
| YUV | 53.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 11 | 0 | 0.58 | 0.89 | 0.62 | 20.47 | 0.79 | 0.21 |
| Hex | 60 | 28 | B | 0 | 3A | 59 | 3E | 14 | 4F | 15 |
| Octal | 140 | 50 | 13 | 0 | 72 | 131 | 76 | 24 | 117 | 25 |
| Binary | 1100000 | 101000 | 1011 | 0 | 111010 | 1011001 | 111110 | 10100 | 1001111 | 10101 |
Color Harmonies of #60280B
Complementary color
Monochromatic Colors of #60280B
Black with #60280B
Text Example
Text Example
White with #60280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60280B; }
p { color: rgb(96,40,11); }
H1.HeaderClassName
{
color: #60280B;
}
.AnyTagClassName
{
color: #60280B;
}
</style>
background-color css
<style>
a { background-color: #60280B; }
a { background-color: rgb(96,40,11); }
div.DivClassName
{
background-color: #60280B;
}
.BgClassName
{
background-color: #60280B;
}
</style>
border-color css
<style>
span { border-color: #60280B; }
span { border-color: rgb(96,40,11); }
td.TdClassName
{
border-color: #60280B;
}
.TagClassName
{
border-color: #60280B;
}
</style>