Shades of Baker's Chocolate #603C0B
Tints of Baker's Chocolate #603C0B
RGB
CMYK
RGB Variations
Color information
#603C0B (or 0x603C0B) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 0B. RGB value is (96,60,11). Sum of RGB (Red+Green+Blue) = 96+60+11=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #603C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C0B is #9FC3F4. Grayscale: #414141. Windows color (decimal): -10470389 or 736352. OLE color: 736352.
HSL color Cylindrical-coordinate representation of color #603C0B: hue angle of 34.59º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #603C0B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 11 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.62 |
| HSL | 34.59º | 0.79% | 0.21% | - |
| HSV(B) | 34.59º | 0.89% | 0.38% | - |
| XYZ | 6.5 | 5.74 | 1.08 | - |
| YUV | 65.18 | 97.43 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 11 | 0 | 0.38 | 0.89 | 0.62 | 34.59 | 0.79 | 0.21 |
| Hex | 60 | 3C | B | 0 | 26 | 59 | 3E | 23 | 4F | 15 |
| Octal | 140 | 74 | 13 | 0 | 46 | 131 | 76 | 43 | 117 | 25 |
| Binary | 1100000 | 111100 | 1011 | 0 | 100110 | 1011001 | 111110 | 100011 | 1001111 | 10101 |
Color Harmonies of #603C0B
Complementary color
Monochromatic Colors of #603C0B
Black with #603C0B
Text Example
Text Example
White with #603C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C0B; }
p { color: rgb(96,60,11); }
H1.HeaderClassName
{
color: #603C0B;
}
.AnyTagClassName
{
color: #603C0B;
}
</style>
background-color css
<style>
a { background-color: #603C0B; }
a { background-color: rgb(96,60,11); }
div.DivClassName
{
background-color: #603C0B;
}
.BgClassName
{
background-color: #603C0B;
}
</style>
border-color css
<style>
span { border-color: #603C0B; }
span { border-color: rgb(96,60,11); }
td.TdClassName
{
border-color: #603C0B;
}
.TagClassName
{
border-color: #603C0B;
}
</style>