Shades of Baker's Chocolate #603C09
Tints of Baker's Chocolate #603C09
RGB
CMYK
RGB Variations
Color information
#603C09 (or 0x603C09) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 09. RGB value is (96,60,9). Sum of RGB (Red+Green+Blue) = 96+60+9=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #603C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C09 is #9FC3F6. Grayscale: #414141. Windows color (decimal): -10470391 or 605280. OLE color: 605280.
HSL color Cylindrical-coordinate representation of color #603C09: hue angle of 35.17º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #603C09 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 9 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.62 |
| HSL | 35.17º | 0.83% | 0.21% | - |
| HSV(B) | 35.17º | 0.91% | 0.38% | - |
| XYZ | 6.49 | 5.74 | 1.02 | - |
| YUV | 64.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 9 | 0 | 0.38 | 0.91 | 0.62 | 35.17 | 0.83 | 0.21 |
| Hex | 60 | 3C | 9 | 0 | 26 | 5B | 3E | 23 | 53 | 15 |
| Octal | 140 | 74 | 11 | 0 | 46 | 133 | 76 | 43 | 123 | 25 |
| Binary | 1100000 | 111100 | 1001 | 0 | 100110 | 1011011 | 111110 | 100011 | 1010011 | 10101 |
Color Harmonies of #603C09
Complementary color
Monochromatic Colors of #603C09
Black with #603C09
Text Example
Text Example
White with #603C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C09; }
p { color: rgb(96,60,9); }
H1.HeaderClassName
{
color: #603C09;
}
.AnyTagClassName
{
color: #603C09;
}
</style>
background-color css
<style>
a { background-color: #603C09; }
a { background-color: rgb(96,60,9); }
div.DivClassName
{
background-color: #603C09;
}
.BgClassName
{
background-color: #603C09;
}
</style>
border-color css
<style>
span { border-color: #603C09; }
span { border-color: rgb(96,60,9); }
td.TdClassName
{
border-color: #603C09;
}
.TagClassName
{
border-color: #603C09;
}
</style>