Shades of Baker's Chocolate #60380A
Tints of Baker's Chocolate #60380A
RGB
CMYK
RGB Variations
Color information
#60380A (or 0x60380A) is known color: Baker's Chocolate. HEX triplet: 60, 38 and 0A. RGB value is (96,56,10). Sum of RGB (Red+Green+Blue) = 96+56+10=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60380A is #9FC7F5. Grayscale: #3E3E3E. Windows color (decimal): -10471414 or 669792. OLE color: 669792.
HSL color Cylindrical-coordinate representation of color #60380A: hue angle of 32.09º 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 #60380A is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 10 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.62 |
| HSL | 32.09º | 0.81% | 0.21% | - |
| HSV(B) | 32.09º | 0.9% | 0.38% | - |
| XYZ | 6.29 | 5.34 | 0.99 | - |
| YUV | 62.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 10 | 0 | 0.42 | 0.90 | 0.62 | 32.09 | 0.81 | 0.21 |
| Hex | 60 | 38 | A | 0 | 2A | 5A | 3E | 20 | 51 | 15 |
| Octal | 140 | 70 | 12 | 0 | 52 | 132 | 76 | 40 | 121 | 25 |
| Binary | 1100000 | 111000 | 1010 | 0 | 101010 | 1011010 | 111110 | 100000 | 1010001 | 10101 |
Color Harmonies of #60380A
Complementary color
Monochromatic Colors of #60380A
Black with #60380A
Text Example
Text Example
White with #60380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60380A; }
p { color: rgb(96,56,10); }
H1.HeaderClassName
{
color: #60380A;
}
.AnyTagClassName
{
color: #60380A;
}
</style>
background-color css
<style>
a { background-color: #60380A; }
a { background-color: rgb(96,56,10); }
div.DivClassName
{
background-color: #60380A;
}
.BgClassName
{
background-color: #60380A;
}
</style>
border-color css
<style>
span { border-color: #60380A; }
span { border-color: rgb(96,56,10); }
td.TdClassName
{
border-color: #60380A;
}
.TagClassName
{
border-color: #60380A;
}
</style>