Shades of Baker's Chocolate #60270A
Tints of Baker's Chocolate #60270A
RGB
CMYK
RGB Variations
Color information
#60270A (or 0x60270A) is known color: Baker's Chocolate. HEX triplet: 60, 27 and 0A. RGB value is (96,39,10). Sum of RGB (Red+Green+Blue) = 96+39+10=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #60270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60270A is #9FD8F5. Grayscale: #343434. Windows color (decimal): -10475766 or 665440. OLE color: 665440.
HSL color Cylindrical-coordinate representation of color #60270A: hue angle of 20.23º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60270A is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 10 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.62 |
| HSL | 20.23º | 0.81% | 0.21% | - |
| HSV(B) | 20.23º | 0.9% | 0.38% | - |
| XYZ | 5.6 | 3.96 | 0.76 | - |
| YUV | 52.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 10 | 0 | 0.59 | 0.90 | 0.62 | 20.23 | 0.81 | 0.21 |
| Hex | 60 | 27 | A | 0 | 3B | 5A | 3E | 14 | 51 | 15 |
| Octal | 140 | 47 | 12 | 0 | 73 | 132 | 76 | 24 | 121 | 25 |
| Binary | 1100000 | 100111 | 1010 | 0 | 111011 | 1011010 | 111110 | 10100 | 1010001 | 10101 |
Color Harmonies of #60270A
Complementary color
Monochromatic Colors of #60270A
Black with #60270A
Text Example
Text Example
White with #60270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60270A; }
p { color: rgb(96,39,10); }
H1.HeaderClassName
{
color: #60270A;
}
.AnyTagClassName
{
color: #60270A;
}
</style>
background-color css
<style>
a { background-color: #60270A; }
a { background-color: rgb(96,39,10); }
div.DivClassName
{
background-color: #60270A;
}
.BgClassName
{
background-color: #60270A;
}
</style>
border-color css
<style>
span { border-color: #60270A; }
span { border-color: rgb(96,39,10); }
td.TdClassName
{
border-color: #60270A;
}
.TagClassName
{
border-color: #60270A;
}
</style>