Shades of Baker's Chocolate #603B08
Tints of Baker's Chocolate #603B08
RGB
CMYK
RGB Variations
Color information
#603B08 (or 0x603B08) is known color: Baker's Chocolate. HEX triplet: 60, 3B and 08. RGB value is (96,59,8). Sum of RGB (Red+Green+Blue) = 96+59+8=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #603B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B08 is #9FC4F7. Grayscale: #404040. Windows color (decimal): -10470648 or 539488. OLE color: 539488.
HSL color Cylindrical-coordinate representation of color #603B08: hue angle of 34.77º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #603B08 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 8 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.62 |
| HSL | 34.77º | 0.85% | 0.2% | - |
| HSV(B) | 34.77º | 0.92% | 0.38% | - |
| XYZ | 6.43 | 5.63 | 0.98 | - |
| YUV | 64.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 8 | 0 | 0.39 | 0.92 | 0.62 | 34.77 | 0.85 | 0.2 |
| Hex | 60 | 3B | 8 | 0 | 27 | 5C | 3E | 23 | 55 | 14 |
| Octal | 140 | 73 | 10 | 0 | 47 | 134 | 76 | 43 | 125 | 24 |
| Binary | 1100000 | 111011 | 1000 | 0 | 100111 | 1011100 | 111110 | 100011 | 1010101 | 10100 |
Color Harmonies of #603B08
Complementary color
Monochromatic Colors of #603B08
Black with #603B08
Text Example
Text Example
White with #603B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B08; }
p { color: rgb(96,59,8); }
H1.HeaderClassName
{
color: #603B08;
}
.AnyTagClassName
{
color: #603B08;
}
</style>
background-color css
<style>
a { background-color: #603B08; }
a { background-color: rgb(96,59,8); }
div.DivClassName
{
background-color: #603B08;
}
.BgClassName
{
background-color: #603B08;
}
</style>
border-color css
<style>
span { border-color: #603B08; }
span { border-color: rgb(96,59,8); }
td.TdClassName
{
border-color: #603B08;
}
.TagClassName
{
border-color: #603B08;
}
</style>