Shades of Baker's Chocolate #602610
Tints of Baker's Chocolate #602610
RGB
CMYK
RGB Variations
Color information
#602610 (or 0x602610) is known color: Baker's Chocolate. HEX triplet: 60, 26 and 10. RGB value is (96,38,16). Sum of RGB (Red+Green+Blue) = 96+38+16=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #602610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602610 is #9FD9EF. Grayscale: #343434. Windows color (decimal): -10476016 or 1058400. OLE color: 1058400.
HSL color Cylindrical-coordinate representation of color #602610: hue angle of 16.5º 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 #602610 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 38 | 16 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.62 |
| HSL | 16.5º | 0.71% | 0.22% | - |
| HSV(B) | 16.5º | 0.83% | 0.38% | - |
| XYZ | 5.61 | 3.91 | 0.95 | - |
| YUV | 52.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 16 | 0 | 0.60 | 0.83 | 0.62 | 16.5 | 0.71 | 0.22 |
| Hex | 60 | 26 | 10 | 0 | 3C | 53 | 3E | 10 | 47 | 16 |
| Octal | 140 | 46 | 20 | 0 | 74 | 123 | 76 | 20 | 107 | 26 |
| Binary | 1100000 | 100110 | 10000 | 0 | 111100 | 1010011 | 111110 | 10000 | 1000111 | 10110 |
Color Harmonies of #602610
Complementary color
Monochromatic Colors of #602610
Black with #602610
Text Example
Text Example
White with #602610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602610; }
p { color: rgb(96,38,16); }
H1.HeaderClassName
{
color: #602610;
}
.AnyTagClassName
{
color: #602610;
}
</style>
background-color css
<style>
a { background-color: #602610; }
a { background-color: rgb(96,38,16); }
div.DivClassName
{
background-color: #602610;
}
.BgClassName
{
background-color: #602610;
}
</style>
border-color css
<style>
span { border-color: #602610; }
span { border-color: rgb(96,38,16); }
td.TdClassName
{
border-color: #602610;
}
.TagClassName
{
border-color: #602610;
}
</style>