Shades of Baker's Chocolate #662E09
Tints of Baker's Chocolate #662E09
RGB
CMYK
RGB Variations
Color information
#662E09 (or 0x662E09) is known color: Baker's Chocolate. HEX triplet: 66, 2E and 09. RGB value is (102,46,9). Sum of RGB (Red+Green+Blue) = 102+46+9=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #662E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E09 is #99D1F6. Grayscale: #3A3A3A. Windows color (decimal): -10080759 or 601702. OLE color: 601702.
HSL color Cylindrical-coordinate representation of color #662E09: hue angle of 23.87º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #662E09 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 9 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.6 |
| HSL | 23.87º | 0.84% | 0.22% | - |
| HSV(B) | 23.87º | 0.91% | 0.4% | - |
| XYZ | 6.51 | 4.8 | 0.84 | - |
| YUV | 58.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 9 | 0 | 0.55 | 0.91 | 0.6 | 23.87 | 0.84 | 0.22 |
| Hex | 66 | 2E | 9 | 0 | 37 | 5B | 3C | 18 | 54 | 16 |
| Octal | 146 | 56 | 11 | 0 | 67 | 133 | 74 | 30 | 124 | 26 |
| Binary | 1100110 | 101110 | 1001 | 0 | 110111 | 1011011 | 111100 | 11000 | 1010100 | 10110 |
Color Harmonies of #662E09
Complementary color
Monochromatic Colors of #662E09
Black with #662E09
Text Example
Text Example
White with #662E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E09; }
p { color: rgb(102,46,9); }
H1.HeaderClassName
{
color: #662E09;
}
.AnyTagClassName
{
color: #662E09;
}
</style>
background-color css
<style>
a { background-color: #662E09; }
a { background-color: rgb(102,46,9); }
div.DivClassName
{
background-color: #662E09;
}
.BgClassName
{
background-color: #662E09;
}
</style>
border-color css
<style>
span { border-color: #662E09; }
span { border-color: rgb(102,46,9); }
td.TdClassName
{
border-color: #662E09;
}
.TagClassName
{
border-color: #662E09;
}
</style>