Shades of Baker's Chocolate #60340E
Tints of Baker's Chocolate #60340E
RGB
CMYK
RGB Variations
Color information
#60340E (or 0x60340E) is known color: Baker's Chocolate. HEX triplet: 60, 34 and 0E. RGB value is (96,52,14). Sum of RGB (Red+Green+Blue) = 96+52+14=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60340E is #9FCBF1. Grayscale: #3D3D3D. Windows color (decimal): -10472434 or 930912. OLE color: 930912.
HSL color Cylindrical-coordinate representation of color #60340E: hue angle of 27.8º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60340E is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 14 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.62 |
| HSL | 27.8º | 0.75% | 0.22% | - |
| HSV(B) | 27.8º | 0.85% | 0.38% | - |
| XYZ | 6.13 | 4.97 | 1.05 | - |
| YUV | 60.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 14 | 0 | 0.46 | 0.85 | 0.62 | 27.8 | 0.75 | 0.22 |
| Hex | 60 | 34 | E | 0 | 2E | 55 | 3E | 1C | 4B | 16 |
| Octal | 140 | 64 | 16 | 0 | 56 | 125 | 76 | 34 | 113 | 26 |
| Binary | 1100000 | 110100 | 1110 | 0 | 101110 | 1010101 | 111110 | 11100 | 1001011 | 10110 |
Color Harmonies of #60340E
Complementary color
Monochromatic Colors of #60340E
Black with #60340E
Text Example
Text Example
White with #60340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60340E; }
p { color: rgb(96,52,14); }
H1.HeaderClassName
{
color: #60340E;
}
.AnyTagClassName
{
color: #60340E;
}
</style>
background-color css
<style>
a { background-color: #60340E; }
a { background-color: rgb(96,52,14); }
div.DivClassName
{
background-color: #60340E;
}
.BgClassName
{
background-color: #60340E;
}
</style>
border-color css
<style>
span { border-color: #60340E; }
span { border-color: rgb(96,52,14); }
td.TdClassName
{
border-color: #60340E;
}
.TagClassName
{
border-color: #60340E;
}
</style>