Shades of Baker's Chocolate #60290F
Tints of Baker's Chocolate #60290F
RGB
CMYK
RGB Variations
Color information
#60290F (or 0x60290F) is known color: Baker's Chocolate. HEX triplet: 60, 29 and 0F. RGB value is (96,41,15). Sum of RGB (Red+Green+Blue) = 96+41+15=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #60290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60290F is #9FD6F0. Grayscale: #363636. Windows color (decimal): -10475249 or 993632. OLE color: 993632.
HSL color Cylindrical-coordinate representation of color #60290F: hue angle of 19.26º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60290F is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 15 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.62 |
| HSL | 19.26º | 0.73% | 0.22% | - |
| HSV(B) | 19.26º | 0.84% | 0.38% | - |
| XYZ | 5.7 | 4.11 | 0.94 | - |
| YUV | 54.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 15 | 0 | 0.57 | 0.84 | 0.62 | 19.26 | 0.73 | 0.22 |
| Hex | 60 | 29 | F | 0 | 39 | 54 | 3E | 13 | 49 | 16 |
| Octal | 140 | 51 | 17 | 0 | 71 | 124 | 76 | 23 | 111 | 26 |
| Binary | 1100000 | 101001 | 1111 | 0 | 111001 | 1010100 | 111110 | 10011 | 1001001 | 10110 |
Color Harmonies of #60290F
Complementary color
Monochromatic Colors of #60290F
Black with #60290F
Text Example
Text Example
White with #60290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60290F; }
p { color: rgb(96,41,15); }
H1.HeaderClassName
{
color: #60290F;
}
.AnyTagClassName
{
color: #60290F;
}
</style>
background-color css
<style>
a { background-color: #60290F; }
a { background-color: rgb(96,41,15); }
div.DivClassName
{
background-color: #60290F;
}
.BgClassName
{
background-color: #60290F;
}
</style>
border-color css
<style>
span { border-color: #60290F; }
span { border-color: rgb(96,41,15); }
td.TdClassName
{
border-color: #60290F;
}
.TagClassName
{
border-color: #60290F;
}
</style>