Shades of Baker's Chocolate #603B12
Tints of Baker's Chocolate #603B12
RGB
CMYK
RGB Variations
Color information
#603B12 (or 0x603B12) is known color: Baker's Chocolate. HEX triplet: 60, 3B and 12. RGB value is (96,59,18). Sum of RGB (Red+Green+Blue) = 96+59+18=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #603B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B12 is #9FC4ED. Grayscale: #414141. Windows color (decimal): -10470638 or 1194848. OLE color: 1194848.
HSL color Cylindrical-coordinate representation of color #603B12: hue angle of 31.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #603B12 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 18 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.62 |
| HSL | 31.54º | 0.68% | 0.22% | - |
| HSV(B) | 31.54º | 0.81% | 0.38% | - |
| XYZ | 6.5 | 5.66 | 1.32 | - |
| YUV | 65.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 18 | 0 | 0.39 | 0.81 | 0.62 | 31.54 | 0.68 | 0.22 |
| Hex | 60 | 3B | 12 | 0 | 27 | 51 | 3E | 20 | 44 | 16 |
| Octal | 140 | 73 | 22 | 0 | 47 | 121 | 76 | 40 | 104 | 26 |
| Binary | 1100000 | 111011 | 10010 | 0 | 100111 | 1010001 | 111110 | 100000 | 1000100 | 10110 |
Color Harmonies of #603B12
Complementary color
Monochromatic Colors of #603B12
Black with #603B12
Text Example
Text Example
White with #603B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B12; }
p { color: rgb(96,59,18); }
H1.HeaderClassName
{
color: #603B12;
}
.AnyTagClassName
{
color: #603B12;
}
</style>
background-color css
<style>
a { background-color: #603B12; }
a { background-color: rgb(96,59,18); }
div.DivClassName
{
background-color: #603B12;
}
.BgClassName
{
background-color: #603B12;
}
</style>
border-color css
<style>
span { border-color: #603B12; }
span { border-color: rgb(96,59,18); }
td.TdClassName
{
border-color: #603B12;
}
.TagClassName
{
border-color: #603B12;
}
</style>