Shades of Baker's Chocolate #603213
Tints of Baker's Chocolate #603213
RGB
CMYK
RGB Variations
Color information
#603213 (or 0x603213) is known color: Baker's Chocolate. HEX triplet: 60, 32 and 13. RGB value is (96,50,19). Sum of RGB (Red+Green+Blue) = 96+50+19=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #603213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603213 is #9FCDEC. Grayscale: #3C3C3C. Windows color (decimal): -10472941 or 1258080. OLE color: 1258080.
HSL color Cylindrical-coordinate representation of color #603213: hue angle of 24.16º 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 #603213 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 19 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.62 |
| HSL | 24.16º | 0.67% | 0.23% | - |
| HSV(B) | 24.16º | 0.8% | 0.38% | - |
| XYZ | 6.08 | 4.82 | 1.22 | - |
| YUV | 60.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 19 | 0 | 0.48 | 0.80 | 0.62 | 24.16 | 0.67 | 0.23 |
| Hex | 60 | 32 | 13 | 0 | 30 | 50 | 3E | 18 | 43 | 17 |
| Octal | 140 | 62 | 23 | 0 | 60 | 120 | 76 | 30 | 103 | 27 |
| Binary | 1100000 | 110010 | 10011 | 0 | 110000 | 1010000 | 111110 | 11000 | 1000011 | 10111 |
Color Harmonies of #603213
Complementary color
Monochromatic Colors of #603213
Black with #603213
Text Example
Text Example
White with #603213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603213; }
p { color: rgb(96,50,19); }
H1.HeaderClassName
{
color: #603213;
}
.AnyTagClassName
{
color: #603213;
}
</style>
background-color css
<style>
a { background-color: #603213; }
a { background-color: rgb(96,50,19); }
div.DivClassName
{
background-color: #603213;
}
.BgClassName
{
background-color: #603213;
}
</style>
border-color css
<style>
span { border-color: #603213; }
span { border-color: rgb(96,50,19); }
td.TdClassName
{
border-color: #603213;
}
.TagClassName
{
border-color: #603213;
}
</style>