Shades of Baker's Chocolate #603313
Tints of Baker's Chocolate #603313
RGB
CMYK
RGB Variations
Color information
#603313 (or 0x603313) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 13. RGB value is (96,51,19). Sum of RGB (Red+Green+Blue) = 96+51+19=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #603313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603313 is #9FCCEC. Grayscale: #3C3C3C. Windows color (decimal): -10472685 or 1258336. OLE color: 1258336.
HSL color Cylindrical-coordinate representation of color #603313: hue angle of 24.94º 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 #603313 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 19 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.62 |
| HSL | 24.94º | 0.67% | 0.23% | - |
| HSV(B) | 24.94º | 0.8% | 0.38% | - |
| XYZ | 6.13 | 4.9 | 1.24 | - |
| YUV | 60.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 19 | 0 | 0.47 | 0.80 | 0.62 | 24.94 | 0.67 | 0.23 |
| Hex | 60 | 33 | 13 | 0 | 2F | 50 | 3E | 19 | 43 | 17 |
| Octal | 140 | 63 | 23 | 0 | 57 | 120 | 76 | 31 | 103 | 27 |
| Binary | 1100000 | 110011 | 10011 | 0 | 101111 | 1010000 | 111110 | 11001 | 1000011 | 10111 |
Color Harmonies of #603313
Complementary color
Monochromatic Colors of #603313
Black with #603313
Text Example
Text Example
White with #603313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603313; }
p { color: rgb(96,51,19); }
H1.HeaderClassName
{
color: #603313;
}
.AnyTagClassName
{
color: #603313;
}
</style>
background-color css
<style>
a { background-color: #603313; }
a { background-color: rgb(96,51,19); }
div.DivClassName
{
background-color: #603313;
}
.BgClassName
{
background-color: #603313;
}
</style>
border-color css
<style>
span { border-color: #603313; }
span { border-color: rgb(96,51,19); }
td.TdClassName
{
border-color: #603313;
}
.TagClassName
{
border-color: #603313;
}
</style>