Shades of Baker's Chocolate #603703
Tints of Baker's Chocolate #603703
RGB
CMYK
RGB Variations
Color information
#603703 (or 0x603703) is known color: Baker's Chocolate. HEX triplet: 60, 37 and 03. RGB value is (96,55,3). Sum of RGB (Red+Green+Blue) = 96+55+3=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #603703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603703 is #9FC8FC. Grayscale: #3D3D3D. Windows color (decimal): -10471677 or 210784. OLE color: 210784.
HSL color Cylindrical-coordinate representation of color #603703: hue angle of 33.55º 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 #603703 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 55 | 3 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.62 |
| HSL | 33.55º | 0.94% | 0.19% | - |
| HSV(B) | 33.55º | 0.97% | 0.38% | - |
| XYZ | 6.21 | 5.23 | 0.77 | - |
| YUV | 61.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 3 | 0 | 0.43 | 0.97 | 0.62 | 33.55 | 0.94 | 0.19 |
| Hex | 60 | 37 | 3 | 0 | 2B | 61 | 3E | 22 | 5E | 13 |
| Octal | 140 | 67 | 3 | 0 | 53 | 141 | 76 | 42 | 136 | 23 |
| Binary | 1100000 | 110111 | 11 | 0 | 101011 | 1100001 | 111110 | 100010 | 1011110 | 10011 |
Color Harmonies of #603703
Complementary color
Monochromatic Colors of #603703
Black with #603703
Text Example
Text Example
White with #603703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603703; }
p { color: rgb(96,55,3); }
H1.HeaderClassName
{
color: #603703;
}
.AnyTagClassName
{
color: #603703;
}
</style>
background-color css
<style>
a { background-color: #603703; }
a { background-color: rgb(96,55,3); }
div.DivClassName
{
background-color: #603703;
}
.BgClassName
{
background-color: #603703;
}
</style>
border-color css
<style>
span { border-color: #603703; }
span { border-color: rgb(96,55,3); }
td.TdClassName
{
border-color: #603703;
}
.TagClassName
{
border-color: #603703;
}
</style>