Shades of Baker's Chocolate #603C17
Tints of Baker's Chocolate #603C17
RGB
CMYK
RGB Variations
Color information
#603C17 (or 0x603C17) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 17. RGB value is (96,60,23). Sum of RGB (Red+Green+Blue) = 96+60+23=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #603C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C17 is #9FC3E8. Grayscale: #424242. Windows color (decimal): -10470377 or 1522784. OLE color: 1522784.
HSL color Cylindrical-coordinate representation of color #603C17: hue angle of 30.41º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #603C17 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 23 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.62 |
| HSL | 30.41º | 0.61% | 0.23% | - |
| HSV(B) | 30.41º | 0.76% | 0.38% | - |
| XYZ | 6.59 | 5.78 | 1.58 | - |
| YUV | 66.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 23 | 0 | 0.38 | 0.76 | 0.62 | 30.41 | 0.61 | 0.23 |
| Hex | 60 | 3C | 17 | 0 | 26 | 4C | 3E | 1E | 3D | 17 |
| Octal | 140 | 74 | 27 | 0 | 46 | 114 | 76 | 36 | 75 | 27 |
| Binary | 1100000 | 111100 | 10111 | 0 | 100110 | 1001100 | 111110 | 11110 | 111101 | 10111 |
Color Harmonies of #603C17
Complementary color
Monochromatic Colors of #603C17
Black with #603C17
Text Example
Text Example
White with #603C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C17; }
p { color: rgb(96,60,23); }
H1.HeaderClassName
{
color: #603C17;
}
.AnyTagClassName
{
color: #603C17;
}
</style>
background-color css
<style>
a { background-color: #603C17; }
a { background-color: rgb(96,60,23); }
div.DivClassName
{
background-color: #603C17;
}
.BgClassName
{
background-color: #603C17;
}
</style>
border-color css
<style>
span { border-color: #603C17; }
span { border-color: rgb(96,60,23); }
td.TdClassName
{
border-color: #603C17;
}
.TagClassName
{
border-color: #603C17;
}
</style>