Shades of Baker's Chocolate #603200
Tints of Baker's Chocolate #603200
RGB
CMYK
RGB Variations
Color information
#603200 (or 0x603200) is known color: Baker's Chocolate. HEX triplet: 60, 32 and 00. RGB value is (96,50,0). Sum of RGB (Red+Green+Blue) = 96+50+0=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #603200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603200 is #9FCDFF. Grayscale: #3A3A3A. Windows color (decimal): -10472960 or 12896. OLE color: 12896.
HSL color Cylindrical-coordinate representation of color #603200: hue angle of 31.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #603200 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.62 |
| HSL | 31.25º | 1% | 0.19% | - |
| HSV(B) | 31.25º | 1% | 0.38% | - |
| XYZ | 5.96 | 4.77 | 0.61 | - |
| YUV | 58.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 0 | 0 | 0.48 | 1 | 0.62 | 31.25 | 1 | 0.19 |
| Hex | 60 | 32 | 0 | 0 | 30 | 64 | 3E | 1F | 64 | 13 |
| Octal | 140 | 62 | 0 | 0 | 60 | 144 | 76 | 37 | 144 | 23 |
| Binary | 1100000 | 110010 | 0 | 0 | 110000 | 1100100 | 111110 | 11111 | 1100100 | 10011 |
Color Harmonies of #603200
Complementary color
Monochromatic Colors of #603200
Black with #603200
Text Example
Text Example
White with #603200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603200; }
p { color: rgb(96,50,0); }
H1.HeaderClassName
{
color: #603200;
}
.AnyTagClassName
{
color: #603200;
}
</style>
background-color css
<style>
a { background-color: #603200; }
a { background-color: rgb(96,50,0); }
div.DivClassName
{
background-color: #603200;
}
.BgClassName
{
background-color: #603200;
}
</style>
border-color css
<style>
span { border-color: #603200; }
span { border-color: rgb(96,50,0); }
td.TdClassName
{
border-color: #603200;
}
.TagClassName
{
border-color: #603200;
}
</style>