Shades of Baker's Chocolate #603113
Tints of Baker's Chocolate #603113
RGB
CMYK
RGB Variations
Color information
#603113 (or 0x603113) is known color: Baker's Chocolate. HEX triplet: 60, 31 and 13. RGB value is (96,49,19). Sum of RGB (Red+Green+Blue) = 96+49+19=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #603113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603113 is #9FCEEC. Grayscale: #3B3B3B. Windows color (decimal): -10473197 or 1257824. OLE color: 1257824.
HSL color Cylindrical-coordinate representation of color #603113: hue angle of 23.38º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #603113 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 19 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.62 |
| HSL | 23.38º | 0.67% | 0.23% | - |
| HSV(B) | 23.38º | 0.8% | 0.38% | - |
| XYZ | 6.04 | 4.73 | 1.21 | - |
| YUV | 59.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 19 | 0 | 0.49 | 0.80 | 0.62 | 23.38 | 0.67 | 0.23 |
| Hex | 60 | 31 | 13 | 0 | 31 | 50 | 3E | 17 | 43 | 17 |
| Octal | 140 | 61 | 23 | 0 | 61 | 120 | 76 | 27 | 103 | 27 |
| Binary | 1100000 | 110001 | 10011 | 0 | 110001 | 1010000 | 111110 | 10111 | 1000011 | 10111 |
Color Harmonies of #603113
Complementary color
Monochromatic Colors of #603113
Black with #603113
Text Example
Text Example
White with #603113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603113; }
p { color: rgb(96,49,19); }
H1.HeaderClassName
{
color: #603113;
}
.AnyTagClassName
{
color: #603113;
}
</style>
background-color css
<style>
a { background-color: #603113; }
a { background-color: rgb(96,49,19); }
div.DivClassName
{
background-color: #603113;
}
.BgClassName
{
background-color: #603113;
}
</style>
border-color css
<style>
span { border-color: #603113; }
span { border-color: rgb(96,49,19); }
td.TdClassName
{
border-color: #603113;
}
.TagClassName
{
border-color: #603113;
}
</style>