Shades of Baker's Chocolate #603B0D
Tints of Baker's Chocolate #603B0D
RGB
CMYK
RGB Variations
Color information
#603B0D (or 0x603B0D) is known color: Baker's Chocolate. HEX triplet: 60, 3B and 0D. RGB value is (96,59,13). Sum of RGB (Red+Green+Blue) = 96+59+13=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #603B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B0D is #9FC4F2. Grayscale: #414141. Windows color (decimal): -10470643 or 867168. OLE color: 867168.
HSL color Cylindrical-coordinate representation of color #603B0D: hue angle of 33.25º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #603B0D is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 13 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.62 |
| HSL | 33.25º | 0.76% | 0.21% | - |
| HSV(B) | 33.25º | 0.86% | 0.38% | - |
| XYZ | 6.46 | 5.64 | 1.13 | - |
| YUV | 64.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 13 | 0 | 0.39 | 0.86 | 0.62 | 33.25 | 0.76 | 0.21 |
| Hex | 60 | 3B | D | 0 | 27 | 56 | 3E | 21 | 4C | 15 |
| Octal | 140 | 73 | 15 | 0 | 47 | 126 | 76 | 41 | 114 | 25 |
| Binary | 1100000 | 111011 | 1101 | 0 | 100111 | 1010110 | 111110 | 100001 | 1001100 | 10101 |
Color Harmonies of #603B0D
Complementary color
Monochromatic Colors of #603B0D
Black with #603B0D
Text Example
Text Example
White with #603B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B0D; }
p { color: rgb(96,59,13); }
H1.HeaderClassName
{
color: #603B0D;
}
.AnyTagClassName
{
color: #603B0D;
}
</style>
background-color css
<style>
a { background-color: #603B0D; }
a { background-color: rgb(96,59,13); }
div.DivClassName
{
background-color: #603B0D;
}
.BgClassName
{
background-color: #603B0D;
}
</style>
border-color css
<style>
span { border-color: #603B0D; }
span { border-color: rgb(96,59,13); }
td.TdClassName
{
border-color: #603B0D;
}
.TagClassName
{
border-color: #603B0D;
}
</style>