Shades of Baker's Chocolate #603908
Tints of Baker's Chocolate #603908
RGB
CMYK
RGB Variations
Color information
#603908 (or 0x603908) is known color: Baker's Chocolate. HEX triplet: 60, 39 and 08. RGB value is (96,57,8). Sum of RGB (Red+Green+Blue) = 96+57+8=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #603908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603908 is #9FC6F7. Grayscale: #3F3F3F. Windows color (decimal): -10471160 or 538976. OLE color: 538976.
HSL color Cylindrical-coordinate representation of color #603908: hue angle of 33.41º 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 #603908 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 57 | 8 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.62 |
| HSL | 33.41º | 0.85% | 0.2% | - |
| HSV(B) | 33.41º | 0.92% | 0.38% | - |
| XYZ | 6.33 | 5.43 | 0.94 | - |
| YUV | 63.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 8 | 0 | 0.41 | 0.92 | 0.62 | 33.41 | 0.85 | 0.2 |
| Hex | 60 | 39 | 8 | 0 | 29 | 5C | 3E | 21 | 55 | 14 |
| Octal | 140 | 71 | 10 | 0 | 51 | 134 | 76 | 41 | 125 | 24 |
| Binary | 1100000 | 111001 | 1000 | 0 | 101001 | 1011100 | 111110 | 100001 | 1010101 | 10100 |
Color Harmonies of #603908
Complementary color
Monochromatic Colors of #603908
Black with #603908
Text Example
Text Example
White with #603908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603908; }
p { color: rgb(96,57,8); }
H1.HeaderClassName
{
color: #603908;
}
.AnyTagClassName
{
color: #603908;
}
</style>
background-color css
<style>
a { background-color: #603908; }
a { background-color: rgb(96,57,8); }
div.DivClassName
{
background-color: #603908;
}
.BgClassName
{
background-color: #603908;
}
</style>
border-color css
<style>
span { border-color: #603908; }
span { border-color: rgb(96,57,8); }
td.TdClassName
{
border-color: #603908;
}
.TagClassName
{
border-color: #603908;
}
</style>