Shades of Baker's Chocolate #60340F
Tints of Baker's Chocolate #60340F
RGB
CMYK
RGB Variations
Color information
#60340F (or 0x60340F) is known color: Baker's Chocolate. HEX triplet: 60, 34 and 0F. RGB value is (96,52,15). Sum of RGB (Red+Green+Blue) = 96+52+15=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60340F is #9FCBF0. Grayscale: #3D3D3D. Windows color (decimal): -10472433 or 996448. OLE color: 996448.
HSL color Cylindrical-coordinate representation of color #60340F: hue angle of 27.41º 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 #60340F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 15 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.62 |
| HSL | 27.41º | 0.73% | 0.22% | - |
| HSV(B) | 27.41º | 0.84% | 0.38% | - |
| XYZ | 6.14 | 4.98 | 1.09 | - |
| YUV | 60.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 15 | 0 | 0.46 | 0.84 | 0.62 | 27.41 | 0.73 | 0.22 |
| Hex | 60 | 34 | F | 0 | 2E | 54 | 3E | 1B | 49 | 16 |
| Octal | 140 | 64 | 17 | 0 | 56 | 124 | 76 | 33 | 111 | 26 |
| Binary | 1100000 | 110100 | 1111 | 0 | 101110 | 1010100 | 111110 | 11011 | 1001001 | 10110 |
Color Harmonies of #60340F
Complementary color
Monochromatic Colors of #60340F
Black with #60340F
Text Example
Text Example
White with #60340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60340F; }
p { color: rgb(96,52,15); }
H1.HeaderClassName
{
color: #60340F;
}
.AnyTagClassName
{
color: #60340F;
}
</style>
background-color css
<style>
a { background-color: #60340F; }
a { background-color: rgb(96,52,15); }
div.DivClassName
{
background-color: #60340F;
}
.BgClassName
{
background-color: #60340F;
}
</style>
border-color css
<style>
span { border-color: #60340F; }
span { border-color: rgb(96,52,15); }
td.TdClassName
{
border-color: #60340F;
}
.TagClassName
{
border-color: #60340F;
}
</style>