Shades of Baker's Chocolate #603203
Tints of Baker's Chocolate #603203
RGB
CMYK
RGB Variations
Color information
#603203 (or 0x603203) is known color: Baker's Chocolate. HEX triplet: 60, 32 and 03. RGB value is (96,50,3). Sum of RGB (Red+Green+Blue) = 96+50+3=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #603203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603203 is #9FCDFC. Grayscale: #3A3A3A. Windows color (decimal): -10472957 or 209504. OLE color: 209504.
HSL color Cylindrical-coordinate representation of color #603203: hue angle of 30.32º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #603203 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 3 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.62 |
| HSL | 30.32º | 0.94% | 0.19% | - |
| HSV(B) | 30.32º | 0.97% | 0.38% | - |
| XYZ | 5.98 | 4.77 | 0.69 | - |
| YUV | 58.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 3 | 0 | 0.48 | 0.97 | 0.62 | 30.32 | 0.94 | 0.19 |
| Hex | 60 | 32 | 3 | 0 | 30 | 61 | 3E | 1E | 5E | 13 |
| Octal | 140 | 62 | 3 | 0 | 60 | 141 | 76 | 36 | 136 | 23 |
| Binary | 1100000 | 110010 | 11 | 0 | 110000 | 1100001 | 111110 | 11110 | 1011110 | 10011 |
Color Harmonies of #603203
Complementary color
Monochromatic Colors of #603203
Black with #603203
Text Example
Text Example
White with #603203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603203; }
p { color: rgb(96,50,3); }
H1.HeaderClassName
{
color: #603203;
}
.AnyTagClassName
{
color: #603203;
}
</style>
background-color css
<style>
a { background-color: #603203; }
a { background-color: rgb(96,50,3); }
div.DivClassName
{
background-color: #603203;
}
.BgClassName
{
background-color: #603203;
}
</style>
border-color css
<style>
span { border-color: #603203; }
span { border-color: rgb(96,50,3); }
td.TdClassName
{
border-color: #603203;
}
.TagClassName
{
border-color: #603203;
}
</style>