Shades of Baker's Chocolate #662909
Tints of Baker's Chocolate #662909
RGB
CMYK
RGB Variations
Color information
#662909 (or 0x662909) is known color: Baker's Chocolate. HEX triplet: 66, 29 and 09. RGB value is (102,41,9). Sum of RGB (Red+Green+Blue) = 102+41+9=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #662909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662909 is #99D6F6. Grayscale: #373737. Windows color (decimal): -10082039 or 600422. OLE color: 600422.
HSL color Cylindrical-coordinate representation of color #662909: hue angle of 20.65º 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 #662909 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 9 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.6 |
| HSL | 20.65º | 0.84% | 0.22% | - |
| HSV(B) | 20.65º | 0.91% | 0.4% | - |
| XYZ | 6.32 | 4.43 | 0.78 | - |
| YUV | 55.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 9 | 0 | 0.60 | 0.91 | 0.6 | 20.65 | 0.84 | 0.22 |
| Hex | 66 | 29 | 9 | 0 | 3C | 5B | 3C | 15 | 54 | 16 |
| Octal | 146 | 51 | 11 | 0 | 74 | 133 | 74 | 25 | 124 | 26 |
| Binary | 1100110 | 101001 | 1001 | 0 | 111100 | 1011011 | 111100 | 10101 | 1010100 | 10110 |
Color Harmonies of #662909
Complementary color
Monochromatic Colors of #662909
Black with #662909
Text Example
Text Example
White with #662909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662909; }
p { color: rgb(102,41,9); }
H1.HeaderClassName
{
color: #662909;
}
.AnyTagClassName
{
color: #662909;
}
</style>
background-color css
<style>
a { background-color: #662909; }
a { background-color: rgb(102,41,9); }
div.DivClassName
{
background-color: #662909;
}
.BgClassName
{
background-color: #662909;
}
</style>
border-color css
<style>
span { border-color: #662909; }
span { border-color: rgb(102,41,9); }
td.TdClassName
{
border-color: #662909;
}
.TagClassName
{
border-color: #662909;
}
</style>