Shades of Baker's Chocolate #602D0F
Tints of Baker's Chocolate #602D0F
RGB
CMYK
RGB Variations
Color information
#602D0F (or 0x602D0F) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 0F. RGB value is (96,45,15). Sum of RGB (Red+Green+Blue) = 96+45+15=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #602D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D0F is #9FD2F0. Grayscale: #383838. Windows color (decimal): -10474225 or 994656. OLE color: 994656.
HSL color Cylindrical-coordinate representation of color #602D0F: hue angle of 22.22º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #602D0F is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 15 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.62 |
| HSL | 22.22º | 0.73% | 0.22% | - |
| HSV(B) | 22.22º | 0.84% | 0.38% | - |
| XYZ | 5.85 | 4.4 | 0.99 | - |
| YUV | 56.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 15 | 0 | 0.53 | 0.84 | 0.62 | 22.22 | 0.73 | 0.22 |
| Hex | 60 | 2D | F | 0 | 35 | 54 | 3E | 16 | 49 | 16 |
| Octal | 140 | 55 | 17 | 0 | 65 | 124 | 76 | 26 | 111 | 26 |
| Binary | 1100000 | 101101 | 1111 | 0 | 110101 | 1010100 | 111110 | 10110 | 1001001 | 10110 |
Color Harmonies of #602D0F
Complementary color
Monochromatic Colors of #602D0F
Black with #602D0F
Text Example
Text Example
White with #602D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D0F; }
p { color: rgb(96,45,15); }
H1.HeaderClassName
{
color: #602D0F;
}
.AnyTagClassName
{
color: #602D0F;
}
</style>
background-color css
<style>
a { background-color: #602D0F; }
a { background-color: rgb(96,45,15); }
div.DivClassName
{
background-color: #602D0F;
}
.BgClassName
{
background-color: #602D0F;
}
</style>
border-color css
<style>
span { border-color: #602D0F; }
span { border-color: rgb(96,45,15); }
td.TdClassName
{
border-color: #602D0F;
}
.TagClassName
{
border-color: #602D0F;
}
</style>