Shades of Baker's Chocolate #60270D
Tints of Baker's Chocolate #60270D
RGB
CMYK
RGB Variations
Color information
#60270D (or 0x60270D) is known color: Baker's Chocolate. HEX triplet: 60, 27 and 0D. RGB value is (96,39,13). Sum of RGB (Red+Green+Blue) = 96+39+13=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #60270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60270D is #9FD8F2. Grayscale: #353535. Windows color (decimal): -10475763 or 862048. OLE color: 862048.
HSL color Cylindrical-coordinate representation of color #60270D: hue angle of 18.8º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60270D is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 13 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.62 |
| HSL | 18.8º | 0.76% | 0.21% | - |
| HSV(B) | 18.8º | 0.86% | 0.38% | - |
| XYZ | 5.62 | 3.97 | 0.85 | - |
| YUV | 53.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 13 | 0 | 0.59 | 0.86 | 0.62 | 18.8 | 0.76 | 0.21 |
| Hex | 60 | 27 | D | 0 | 3B | 56 | 3E | 13 | 4C | 15 |
| Octal | 140 | 47 | 15 | 0 | 73 | 126 | 76 | 23 | 114 | 25 |
| Binary | 1100000 | 100111 | 1101 | 0 | 111011 | 1010110 | 111110 | 10011 | 1001100 | 10101 |
Color Harmonies of #60270D
Complementary color
Monochromatic Colors of #60270D
Black with #60270D
Text Example
Text Example
White with #60270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60270D; }
p { color: rgb(96,39,13); }
H1.HeaderClassName
{
color: #60270D;
}
.AnyTagClassName
{
color: #60270D;
}
</style>
background-color css
<style>
a { background-color: #60270D; }
a { background-color: rgb(96,39,13); }
div.DivClassName
{
background-color: #60270D;
}
.BgClassName
{
background-color: #60270D;
}
</style>
border-color css
<style>
span { border-color: #60270D; }
span { border-color: rgb(96,39,13); }
td.TdClassName
{
border-color: #60270D;
}
.TagClassName
{
border-color: #60270D;
}
</style>