Shades of Baker's Chocolate #603201
Tints of Baker's Chocolate #603201
RGB
CMYK
RGB Variations
Color information
#603201 (or 0x603201) is known color: Baker's Chocolate. HEX triplet: 60, 32 and 01. RGB value is (96,50,1). Sum of RGB (Red+Green+Blue) = 96+50+1=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #603201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603201 is #9FCDFE. Grayscale: #3A3A3A. Windows color (decimal): -10472959 or 78432. OLE color: 78432.
HSL color Cylindrical-coordinate representation of color #603201: hue angle of 30.95º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #603201 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.62 |
| HSL | 30.95º | 0.98% | 0.19% | - |
| HSV(B) | 30.95º | 0.99% | 0.38% | - |
| XYZ | 5.97 | 4.77 | 0.63 | - |
| YUV | 58.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 1 | 0 | 0.48 | 0.99 | 0.62 | 30.95 | 0.98 | 0.19 |
| Hex | 60 | 32 | 1 | 0 | 30 | 63 | 3E | 1F | 62 | 13 |
| Octal | 140 | 62 | 1 | 0 | 60 | 143 | 76 | 37 | 142 | 23 |
| Binary | 1100000 | 110010 | 1 | 0 | 110000 | 1100011 | 111110 | 11111 | 1100010 | 10011 |
Color Harmonies of #603201
Complementary color
Monochromatic Colors of #603201
Black with #603201
Text Example
Text Example
White with #603201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603201; }
p { color: rgb(96,50,1); }
H1.HeaderClassName
{
color: #603201;
}
.AnyTagClassName
{
color: #603201;
}
</style>
background-color css
<style>
a { background-color: #603201; }
a { background-color: rgb(96,50,1); }
div.DivClassName
{
background-color: #603201;
}
.BgClassName
{
background-color: #603201;
}
</style>
border-color css
<style>
span { border-color: #603201; }
span { border-color: rgb(96,50,1); }
td.TdClassName
{
border-color: #603201;
}
.TagClassName
{
border-color: #603201;
}
</style>