Shades of Baker's Chocolate #603114
Tints of Baker's Chocolate #603114
RGB
CMYK
RGB Variations
Color information
#603114 (or 0x603114) is known color: Baker's Chocolate. HEX triplet: 60, 31 and 14. RGB value is (96,49,20). Sum of RGB (Red+Green+Blue) = 96+49+20=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #603114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603114 is #9FCEEB. Grayscale: #3B3B3B. Windows color (decimal): -10473196 or 1323360. OLE color: 1323360.
HSL color Cylindrical-coordinate representation of color #603114: hue angle of 22.89º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #603114 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 20 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.62 |
| HSL | 22.89º | 0.66% | 0.23% | - |
| HSV(B) | 22.89º | 0.79% | 0.38% | - |
| XYZ | 6.05 | 4.73 | 1.26 | - |
| YUV | 59.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 20 | 0 | 0.49 | 0.79 | 0.62 | 22.89 | 0.66 | 0.23 |
| Hex | 60 | 31 | 14 | 0 | 31 | 4F | 3E | 17 | 42 | 17 |
| Octal | 140 | 61 | 24 | 0 | 61 | 117 | 76 | 27 | 102 | 27 |
| Binary | 1100000 | 110001 | 10100 | 0 | 110001 | 1001111 | 111110 | 10111 | 1000010 | 10111 |
Color Harmonies of #603114
Complementary color
Monochromatic Colors of #603114
Black with #603114
Text Example
Text Example
White with #603114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603114; }
p { color: rgb(96,49,20); }
H1.HeaderClassName
{
color: #603114;
}
.AnyTagClassName
{
color: #603114;
}
</style>
background-color css
<style>
a { background-color: #603114; }
a { background-color: rgb(96,49,20); }
div.DivClassName
{
background-color: #603114;
}
.BgClassName
{
background-color: #603114;
}
</style>
border-color css
<style>
span { border-color: #603114; }
span { border-color: rgb(96,49,20); }
td.TdClassName
{
border-color: #603114;
}
.TagClassName
{
border-color: #603114;
}
</style>