Shades of Baker's Chocolate #60380E
Tints of Baker's Chocolate #60380E
RGB
CMYK
RGB Variations
Color information
#60380E (or 0x60380E) is known color: Baker's Chocolate. HEX triplet: 60, 38 and 0E. RGB value is (96,56,14). Sum of RGB (Red+Green+Blue) = 96+56+14=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #60380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60380E is #9FC7F1. Grayscale: #3F3F3F. Windows color (decimal): -10471410 or 931936. OLE color: 931936.
HSL color Cylindrical-coordinate representation of color #60380E: hue angle of 30.73º 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 #60380E is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 14 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.62 |
| HSL | 30.73º | 0.75% | 0.22% | - |
| HSV(B) | 30.73º | 0.85% | 0.38% | - |
| XYZ | 6.32 | 5.35 | 1.11 | - |
| YUV | 63.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 14 | 0 | 0.42 | 0.85 | 0.62 | 30.73 | 0.75 | 0.22 |
| Hex | 60 | 38 | E | 0 | 2A | 55 | 3E | 1F | 4B | 16 |
| Octal | 140 | 70 | 16 | 0 | 52 | 125 | 76 | 37 | 113 | 26 |
| Binary | 1100000 | 111000 | 1110 | 0 | 101010 | 1010101 | 111110 | 11111 | 1001011 | 10110 |
Color Harmonies of #60380E
Complementary color
Monochromatic Colors of #60380E
Black with #60380E
Text Example
Text Example
White with #60380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60380E; }
p { color: rgb(96,56,14); }
H1.HeaderClassName
{
color: #60380E;
}
.AnyTagClassName
{
color: #60380E;
}
</style>
background-color css
<style>
a { background-color: #60380E; }
a { background-color: rgb(96,56,14); }
div.DivClassName
{
background-color: #60380E;
}
.BgClassName
{
background-color: #60380E;
}
</style>
border-color css
<style>
span { border-color: #60380E; }
span { border-color: rgb(96,56,14); }
td.TdClassName
{
border-color: #60380E;
}
.TagClassName
{
border-color: #60380E;
}
</style>