Shades of Baker's Chocolate #603215
Tints of Baker's Chocolate #603215
RGB
CMYK
RGB Variations
Color information
#603215 (or 0x603215) is known color: Baker's Chocolate. HEX triplet: 60, 32 and 15. RGB value is (96,50,21). Sum of RGB (Red+Green+Blue) = 96+50+21=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #603215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603215 is #9FCDEA. Grayscale: #3C3C3C. Windows color (decimal): -10472939 or 1389152. OLE color: 1389152.
HSL color Cylindrical-coordinate representation of color #603215: hue angle of 23.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #603215 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 21 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.62 |
| HSL | 23.2º | 0.64% | 0.23% | - |
| HSV(B) | 23.2º | 0.78% | 0.38% | - |
| XYZ | 6.1 | 4.82 | 1.32 | - |
| YUV | 60.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 21 | 0 | 0.48 | 0.78 | 0.62 | 23.2 | 0.64 | 0.23 |
| Hex | 60 | 32 | 15 | 0 | 30 | 4E | 3E | 17 | 40 | 17 |
| Octal | 140 | 62 | 25 | 0 | 60 | 116 | 76 | 27 | 100 | 27 |
| Binary | 1100000 | 110010 | 10101 | 0 | 110000 | 1001110 | 111110 | 10111 | 1000000 | 10111 |
Color Harmonies of #603215
Complementary color
Monochromatic Colors of #603215
Black with #603215
Text Example
Text Example
White with #603215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603215; }
p { color: rgb(96,50,21); }
H1.HeaderClassName
{
color: #603215;
}
.AnyTagClassName
{
color: #603215;
}
</style>
background-color css
<style>
a { background-color: #603215; }
a { background-color: rgb(96,50,21); }
div.DivClassName
{
background-color: #603215;
}
.BgClassName
{
background-color: #603215;
}
</style>
border-color css
<style>
span { border-color: #603215; }
span { border-color: rgb(96,50,21); }
td.TdClassName
{
border-color: #603215;
}
.TagClassName
{
border-color: #603215;
}
</style>