Shades of Baker's Chocolate #603B0B
Tints of Baker's Chocolate #603B0B
RGB
CMYK
RGB Variations
Color information
#603B0B (or 0x603B0B) is known color: Baker's Chocolate. HEX triplet: 60, 3B and 0B. RGB value is (96,59,11). Sum of RGB (Red+Green+Blue) = 96+59+11=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #603B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B0B is #9FC4F4. Grayscale: #404040. Windows color (decimal): -10470645 or 736096. OLE color: 736096.
HSL color Cylindrical-coordinate representation of color #603B0B: hue angle of 33.88º 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 #603B0B is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 11 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.62 |
| HSL | 33.88º | 0.79% | 0.21% | - |
| HSV(B) | 33.88º | 0.89% | 0.38% | - |
| XYZ | 6.45 | 5.64 | 1.07 | - |
| YUV | 64.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 11 | 0 | 0.39 | 0.89 | 0.62 | 33.88 | 0.79 | 0.21 |
| Hex | 60 | 3B | B | 0 | 27 | 59 | 3E | 22 | 4F | 15 |
| Octal | 140 | 73 | 13 | 0 | 47 | 131 | 76 | 42 | 117 | 25 |
| Binary | 1100000 | 111011 | 1011 | 0 | 100111 | 1011001 | 111110 | 100010 | 1001111 | 10101 |
Color Harmonies of #603B0B
Complementary color
Monochromatic Colors of #603B0B
Black with #603B0B
Text Example
Text Example
White with #603B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B0B; }
p { color: rgb(96,59,11); }
H1.HeaderClassName
{
color: #603B0B;
}
.AnyTagClassName
{
color: #603B0B;
}
</style>
background-color css
<style>
a { background-color: #603B0B; }
a { background-color: rgb(96,59,11); }
div.DivClassName
{
background-color: #603B0B;
}
.BgClassName
{
background-color: #603B0B;
}
</style>
border-color css
<style>
span { border-color: #603B0B; }
span { border-color: rgb(96,59,11); }
td.TdClassName
{
border-color: #603B0B;
}
.TagClassName
{
border-color: #603B0B;
}
</style>