Shades of Baker's Chocolate #60331D
Tints of Baker's Chocolate #60331D
RGB
CMYK
RGB Variations
Color information
#60331D (or 0x60331D) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 1D. RGB value is (96,51,29). Sum of RGB (Red+Green+Blue) = 96+51+29=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60331D is #9FCCE2. Grayscale: #3E3E3E. Windows color (decimal): -10472675 or 1913696. OLE color: 1913696.
HSL color Cylindrical-coordinate representation of color #60331D: hue angle of 19.7º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60331D is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 29 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.62 |
| HSL | 19.7º | 0.54% | 0.25% | - |
| HSV(B) | 19.7º | 0.7% | 0.38% | - |
| XYZ | 6.23 | 4.94 | 1.79 | - |
| YUV | 61.95 | 109.41 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 29 | 0 | 0.47 | 0.70 | 0.62 | 19.7 | 0.54 | 0.25 |
| Hex | 60 | 33 | 1D | 0 | 2F | 46 | 3E | 14 | 36 | 19 |
| Octal | 140 | 63 | 35 | 0 | 57 | 106 | 76 | 24 | 66 | 31 |
| Binary | 1100000 | 110011 | 11101 | 0 | 101111 | 1000110 | 111110 | 10100 | 110110 | 11001 |
Color Harmonies of #60331D
Complementary color
Monochromatic Colors of #60331D
Black with #60331D
Text Example
Text Example
White with #60331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60331D; }
p { color: rgb(96,51,29); }
H1.HeaderClassName
{
color: #60331D;
}
.AnyTagClassName
{
color: #60331D;
}
</style>
background-color css
<style>
a { background-color: #60331D; }
a { background-color: rgb(96,51,29); }
div.DivClassName
{
background-color: #60331D;
}
.BgClassName
{
background-color: #60331D;
}
</style>
border-color css
<style>
span { border-color: #60331D; }
span { border-color: rgb(96,51,29); }
td.TdClassName
{
border-color: #60331D;
}
.TagClassName
{
border-color: #60331D;
}
</style>