Shades of Baker's Chocolate #603D10
Tints of Baker's Chocolate #603D10
RGB
CMYK
RGB Variations
Color information
#603D10 (or 0x603D10) is known color: Baker's Chocolate. HEX triplet: 60, 3D and 10. RGB value is (96,61,16). Sum of RGB (Red+Green+Blue) = 96+61+16=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #603D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D10 is #9FC2EF. Grayscale: #424242. Windows color (decimal): -10470128 or 1064288. OLE color: 1064288.
HSL color Cylindrical-coordinate representation of color #603D10: hue angle of 33.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #603D10 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 16 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.62 |
| HSL | 33.75º | 0.71% | 0.22% | - |
| HSV(B) | 33.75º | 0.83% | 0.38% | - |
| XYZ | 6.59 | 5.86 | 1.27 | - |
| YUV | 66.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 16 | 0 | 0.36 | 0.83 | 0.62 | 33.75 | 0.71 | 0.22 |
| Hex | 60 | 3D | 10 | 0 | 24 | 53 | 3E | 22 | 47 | 16 |
| Octal | 140 | 75 | 20 | 0 | 44 | 123 | 76 | 42 | 107 | 26 |
| Binary | 1100000 | 111101 | 10000 | 0 | 100100 | 1010011 | 111110 | 100010 | 1000111 | 10110 |
Color Harmonies of #603D10
Complementary color
Monochromatic Colors of #603D10
Black with #603D10
Text Example
Text Example
White with #603D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D10; }
p { color: rgb(96,61,16); }
H1.HeaderClassName
{
color: #603D10;
}
.AnyTagClassName
{
color: #603D10;
}
</style>
background-color css
<style>
a { background-color: #603D10; }
a { background-color: rgb(96,61,16); }
div.DivClassName
{
background-color: #603D10;
}
.BgClassName
{
background-color: #603D10;
}
</style>
border-color css
<style>
span { border-color: #603D10; }
span { border-color: rgb(96,61,16); }
td.TdClassName
{
border-color: #603D10;
}
.TagClassName
{
border-color: #603D10;
}
</style>