Shades of Baker's Chocolate #60310F
Tints of Baker's Chocolate #60310F
RGB
CMYK
RGB Variations
Color information
#60310F (or 0x60310F) is known color: Baker's Chocolate. HEX triplet: 60, 31 and 0F. RGB value is (96,49,15). Sum of RGB (Red+Green+Blue) = 96+49+15=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60310F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60310F is #9FCEF0. Grayscale: #3B3B3B. Windows color (decimal): -10473201 or 995680. OLE color: 995680.
HSL color Cylindrical-coordinate representation of color #60310F: hue angle of 25.19º 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 #60310F is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 15 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.62 |
| HSL | 25.19º | 0.73% | 0.22% | - |
| HSV(B) | 25.19º | 0.84% | 0.38% | - |
| XYZ | 6.01 | 4.72 | 1.05 | - |
| YUV | 59.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 15 | 0 | 0.49 | 0.84 | 0.62 | 25.19 | 0.73 | 0.22 |
| Hex | 60 | 31 | F | 0 | 31 | 54 | 3E | 19 | 49 | 16 |
| Octal | 140 | 61 | 17 | 0 | 61 | 124 | 76 | 31 | 111 | 26 |
| Binary | 1100000 | 110001 | 1111 | 0 | 110001 | 1010100 | 111110 | 11001 | 1001001 | 10110 |
Color Harmonies of #60310F
Complementary color
Monochromatic Colors of #60310F
Black with #60310F
Text Example
Text Example
White with #60310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60310F; }
p { color: rgb(96,49,15); }
H1.HeaderClassName
{
color: #60310F;
}
.AnyTagClassName
{
color: #60310F;
}
</style>
background-color css
<style>
a { background-color: #60310F; }
a { background-color: rgb(96,49,15); }
div.DivClassName
{
background-color: #60310F;
}
.BgClassName
{
background-color: #60310F;
}
</style>
border-color css
<style>
span { border-color: #60310F; }
span { border-color: rgb(96,49,15); }
td.TdClassName
{
border-color: #60310F;
}
.TagClassName
{
border-color: #60310F;
}
</style>