Shades of Baker's Chocolate #602B14
Tints of Baker's Chocolate #602B14
RGB
CMYK
RGB Variations
Color information
#602B14 (or 0x602B14) is known color: Baker's Chocolate. HEX triplet: 60, 2B and 14. RGB value is (96,43,20). Sum of RGB (Red+Green+Blue) = 96+43+20=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #602B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B14 is #9FD4EB. Grayscale: #383838. Windows color (decimal): -10474732 or 1321824. OLE color: 1321824.
HSL color Cylindrical-coordinate representation of color #602B14: hue angle of 18.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602B14 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 20 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.62 |
| HSL | 18.16º | 0.66% | 0.23% | - |
| HSV(B) | 18.16º | 0.79% | 0.38% | - |
| XYZ | 5.81 | 4.27 | 1.18 | - |
| YUV | 56.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 20 | 0 | 0.55 | 0.79 | 0.62 | 18.16 | 0.66 | 0.23 |
| Hex | 60 | 2B | 14 | 0 | 37 | 4F | 3E | 12 | 42 | 17 |
| Octal | 140 | 53 | 24 | 0 | 67 | 117 | 76 | 22 | 102 | 27 |
| Binary | 1100000 | 101011 | 10100 | 0 | 110111 | 1001111 | 111110 | 10010 | 1000010 | 10111 |
Color Harmonies of #602B14
Complementary color
Monochromatic Colors of #602B14
Black with #602B14
Text Example
Text Example
White with #602B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B14; }
p { color: rgb(96,43,20); }
H1.HeaderClassName
{
color: #602B14;
}
.AnyTagClassName
{
color: #602B14;
}
</style>
background-color css
<style>
a { background-color: #602B14; }
a { background-color: rgb(96,43,20); }
div.DivClassName
{
background-color: #602B14;
}
.BgClassName
{
background-color: #602B14;
}
</style>
border-color css
<style>
span { border-color: #602B14; }
span { border-color: rgb(96,43,20); }
td.TdClassName
{
border-color: #602B14;
}
.TagClassName
{
border-color: #602B14;
}
</style>