Shades of Baker's Chocolate #603118
Tints of Baker's Chocolate #603118
RGB
CMYK
RGB Variations
Color information
#603118 (or 0x603118) is known color: Baker's Chocolate. HEX triplet: 60, 31 and 18. RGB value is (96,49,24). Sum of RGB (Red+Green+Blue) = 96+49+24=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #603118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603118 is #9FCEE7. Grayscale: #3C3C3C. Windows color (decimal): -10473192 or 1585504. OLE color: 1585504.
HSL color Cylindrical-coordinate representation of color #603118: hue angle of 20.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #603118 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 24 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.62 |
| HSL | 20.83º | 0.6% | 0.24% | - |
| HSV(B) | 20.83º | 0.75% | 0.38% | - |
| XYZ | 6.09 | 4.75 | 1.46 | - |
| YUV | 60.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 24 | 0 | 0.49 | 0.75 | 0.62 | 20.83 | 0.6 | 0.24 |
| Hex | 60 | 31 | 18 | 0 | 31 | 4B | 3E | 15 | 3C | 18 |
| Octal | 140 | 61 | 30 | 0 | 61 | 113 | 76 | 25 | 74 | 30 |
| Binary | 1100000 | 110001 | 11000 | 0 | 110001 | 1001011 | 111110 | 10101 | 111100 | 11000 |
Color Harmonies of #603118
Complementary color
Monochromatic Colors of #603118
Black with #603118
Text Example
Text Example
White with #603118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603118; }
p { color: rgb(96,49,24); }
H1.HeaderClassName
{
color: #603118;
}
.AnyTagClassName
{
color: #603118;
}
</style>
background-color css
<style>
a { background-color: #603118; }
a { background-color: rgb(96,49,24); }
div.DivClassName
{
background-color: #603118;
}
.BgClassName
{
background-color: #603118;
}
</style>
border-color css
<style>
span { border-color: #603118; }
span { border-color: rgb(96,49,24); }
td.TdClassName
{
border-color: #603118;
}
.TagClassName
{
border-color: #603118;
}
</style>