Shades of Baker's Chocolate #603C07
Tints of Baker's Chocolate #603C07
RGB
CMYK
RGB Variations
Color information
#603C07 (or 0x603C07) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 07. RGB value is (96,60,7). Sum of RGB (Red+Green+Blue) = 96+60+7=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #603C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C07 is #9FC3F8. Grayscale: #404040. Windows color (decimal): -10470393 or 474208. OLE color: 474208.
HSL color Cylindrical-coordinate representation of color #603C07: hue angle of 35.73º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #603C07 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 7 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.62 |
| HSL | 35.73º | 0.86% | 0.2% | - |
| HSV(B) | 35.73º | 0.93% | 0.38% | - |
| XYZ | 6.48 | 5.73 | 0.97 | - |
| YUV | 64.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 7 | 0 | 0.38 | 0.93 | 0.62 | 35.73 | 0.86 | 0.2 |
| Hex | 60 | 3C | 7 | 0 | 26 | 5D | 3E | 24 | 56 | 14 |
| Octal | 140 | 74 | 7 | 0 | 46 | 135 | 76 | 44 | 126 | 24 |
| Binary | 1100000 | 111100 | 111 | 0 | 100110 | 1011101 | 111110 | 100100 | 1010110 | 10100 |
Color Harmonies of #603C07
Complementary color
Monochromatic Colors of #603C07
Black with #603C07
Text Example
Text Example
White with #603C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C07; }
p { color: rgb(96,60,7); }
H1.HeaderClassName
{
color: #603C07;
}
.AnyTagClassName
{
color: #603C07;
}
</style>
background-color css
<style>
a { background-color: #603C07; }
a { background-color: rgb(96,60,7); }
div.DivClassName
{
background-color: #603C07;
}
.BgClassName
{
background-color: #603C07;
}
</style>
border-color css
<style>
span { border-color: #603C07; }
span { border-color: rgb(96,60,7); }
td.TdClassName
{
border-color: #603C07;
}
.TagClassName
{
border-color: #603C07;
}
</style>