Shades of Baker's Chocolate #662E0A
Tints of Baker's Chocolate #662E0A
RGB
CMYK
RGB Variations
Color information
#662E0A (or 0x662E0A) is known color: Baker's Chocolate. HEX triplet: 66, 2E and 0A. RGB value is (102,46,10). Sum of RGB (Red+Green+Blue) = 102+46+10=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #662E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E0A is #99D1F5. Grayscale: #3A3A3A. Windows color (decimal): -10080758 or 667238. OLE color: 667238.
HSL color Cylindrical-coordinate representation of color #662E0A: hue angle of 23.48º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #662E0A is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 10 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.6 |
| HSL | 23.48º | 0.82% | 0.22% | - |
| HSV(B) | 23.48º | 0.9% | 0.4% | - |
| XYZ | 6.51 | 4.8 | 0.87 | - |
| YUV | 58.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 10 | 0 | 0.55 | 0.90 | 0.6 | 23.48 | 0.82 | 0.22 |
| Hex | 66 | 2E | A | 0 | 37 | 5A | 3C | 17 | 52 | 16 |
| Octal | 146 | 56 | 12 | 0 | 67 | 132 | 74 | 27 | 122 | 26 |
| Binary | 1100110 | 101110 | 1010 | 0 | 110111 | 1011010 | 111100 | 10111 | 1010010 | 10110 |
Color Harmonies of #662E0A
Complementary color
Monochromatic Colors of #662E0A
Black with #662E0A
Text Example
Text Example
White with #662E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E0A; }
p { color: rgb(102,46,10); }
H1.HeaderClassName
{
color: #662E0A;
}
.AnyTagClassName
{
color: #662E0A;
}
</style>
background-color css
<style>
a { background-color: #662E0A; }
a { background-color: rgb(102,46,10); }
div.DivClassName
{
background-color: #662E0A;
}
.BgClassName
{
background-color: #662E0A;
}
</style>
border-color css
<style>
span { border-color: #662E0A; }
span { border-color: rgb(102,46,10); }
td.TdClassName
{
border-color: #662E0A;
}
.TagClassName
{
border-color: #662E0A;
}
</style>