Shades of Baker's Chocolate #662E18
Tints of Baker's Chocolate #662E18
RGB
CMYK
RGB Variations
Color information
#662E18 (or 0x662E18) is known color: Baker's Chocolate. HEX triplet: 66, 2E and 18. RGB value is (102,46,24). Sum of RGB (Red+Green+Blue) = 102+46+24=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E18 is #99D1E7. Grayscale: #3C3C3C. Windows color (decimal): -10080744 or 1584742. OLE color: 1584742.
HSL color Cylindrical-coordinate representation of color #662E18: hue angle of 16.92º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662E18 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 24 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.6 |
| HSL | 16.92º | 0.62% | 0.25% | - |
| HSV(B) | 16.92º | 0.76% | 0.4% | - |
| XYZ | 6.62 | 4.84 | 1.45 | - |
| YUV | 60.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 24 | 0 | 0.55 | 0.76 | 0.6 | 16.92 | 0.62 | 0.25 |
| Hex | 66 | 2E | 18 | 0 | 37 | 4C | 3C | 11 | 3E | 19 |
| Octal | 146 | 56 | 30 | 0 | 67 | 114 | 74 | 21 | 76 | 31 |
| Binary | 1100110 | 101110 | 11000 | 0 | 110111 | 1001100 | 111100 | 10001 | 111110 | 11001 |
Color Harmonies of #662E18
Complementary color
Monochromatic Colors of #662E18
Black with #662E18
Text Example
Text Example
White with #662E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E18; }
p { color: rgb(102,46,24); }
H1.HeaderClassName
{
color: #662E18;
}
.AnyTagClassName
{
color: #662E18;
}
</style>
background-color css
<style>
a { background-color: #662E18; }
a { background-color: rgb(102,46,24); }
div.DivClassName
{
background-color: #662E18;
}
.BgClassName
{
background-color: #662E18;
}
</style>
border-color css
<style>
span { border-color: #662E18; }
span { border-color: rgb(102,46,24); }
td.TdClassName
{
border-color: #662E18;
}
.TagClassName
{
border-color: #662E18;
}
</style>