Shades of Baker's Chocolate #603E0B
Tints of Baker's Chocolate #603E0B
RGB
CMYK
RGB Variations
Color information
#603E0B (or 0x603E0B) is known color: Baker's Chocolate. HEX triplet: 60, 3E and 0B. RGB value is (96,62,11). Sum of RGB (Red+Green+Blue) = 96+62+11=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #603E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E0B is #9FC1F4. Grayscale: #424242. Windows color (decimal): -10469877 or 736864. OLE color: 736864.
HSL color Cylindrical-coordinate representation of color #603E0B: hue angle of 36º 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 #603E0B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 62 | 11 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.62 |
| HSL | 36º | 0.79% | 0.21% | - |
| HSV(B) | 36º | 0.89% | 0.38% | - |
| XYZ | 6.61 | 5.96 | 1.12 | - |
| YUV | 66.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 11 | 0 | 0.35 | 0.89 | 0.62 | 36 | 0.79 | 0.21 |
| Hex | 60 | 3E | B | 0 | 23 | 59 | 3E | 24 | 4F | 15 |
| Octal | 140 | 76 | 13 | 0 | 43 | 131 | 76 | 44 | 117 | 25 |
| Binary | 1100000 | 111110 | 1011 | 0 | 100011 | 1011001 | 111110 | 100100 | 1001111 | 10101 |
Color Harmonies of #603E0B
Complementary color
Monochromatic Colors of #603E0B
Black with #603E0B
Text Example
Text Example
White with #603E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E0B; }
p { color: rgb(96,62,11); }
H1.HeaderClassName
{
color: #603E0B;
}
.AnyTagClassName
{
color: #603E0B;
}
</style>
background-color css
<style>
a { background-color: #603E0B; }
a { background-color: rgb(96,62,11); }
div.DivClassName
{
background-color: #603E0B;
}
.BgClassName
{
background-color: #603E0B;
}
</style>
border-color css
<style>
span { border-color: #603E0B; }
span { border-color: rgb(96,62,11); }
td.TdClassName
{
border-color: #603E0B;
}
.TagClassName
{
border-color: #603E0B;
}
</style>