Shades of Baker's Chocolate #662D15
Tints of Baker's Chocolate #662D15
RGB
CMYK
RGB Variations
Color information
#662D15 (or 0x662D15) is known color: Baker's Chocolate. HEX triplet: 66, 2D and 15. RGB value is (102,45,21). Sum of RGB (Red+Green+Blue) = 102+45+21=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #662D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662D15 is #99D2EA. Grayscale: #3B3B3B. Windows color (decimal): -10081003 or 1387878. OLE color: 1387878.
HSL color Cylindrical-coordinate representation of color #662D15: hue angle of 17.78º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662D15 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 21 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.6 |
| HSL | 17.78º | 0.66% | 0.24% | - |
| HSV(B) | 17.78º | 0.79% | 0.4% | - |
| XYZ | 6.55 | 4.76 | 1.28 | - |
| YUV | 59.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 21 | 0 | 0.56 | 0.79 | 0.6 | 17.78 | 0.66 | 0.24 |
| Hex | 66 | 2D | 15 | 0 | 38 | 4F | 3C | 12 | 42 | 18 |
| Octal | 146 | 55 | 25 | 0 | 70 | 117 | 74 | 22 | 102 | 30 |
| Binary | 1100110 | 101101 | 10101 | 0 | 111000 | 1001111 | 111100 | 10010 | 1000010 | 11000 |
Color Harmonies of #662D15
Complementary color
Monochromatic Colors of #662D15
Black with #662D15
Text Example
Text Example
White with #662D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D15; }
p { color: rgb(102,45,21); }
H1.HeaderClassName
{
color: #662D15;
}
.AnyTagClassName
{
color: #662D15;
}
</style>
background-color css
<style>
a { background-color: #662D15; }
a { background-color: rgb(102,45,21); }
div.DivClassName
{
background-color: #662D15;
}
.BgClassName
{
background-color: #662D15;
}
</style>
border-color css
<style>
span { border-color: #662D15; }
span { border-color: rgb(102,45,21); }
td.TdClassName
{
border-color: #662D15;
}
.TagClassName
{
border-color: #662D15;
}
</style>