Shades of Baker's Chocolate #662509
Tints of Baker's Chocolate #662509
RGB
CMYK
RGB Variations
Color information
#662509 (or 0x662509) is known color: Baker's Chocolate. HEX triplet: 66, 25 and 09. RGB value is (102,37,9). Sum of RGB (Red+Green+Blue) = 102+37+9=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #662509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662509 is #99DAF6. Grayscale: #353535. Windows color (decimal): -10083063 or 599398. OLE color: 599398.
HSL color Cylindrical-coordinate representation of color #662509: hue angle of 18.06º 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 #662509 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 37 | 9 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.6 |
| HSL | 18.06º | 0.84% | 0.22% | - |
| HSV(B) | 18.06º | 0.91% | 0.4% | - |
| XYZ | 6.19 | 4.17 | 0.74 | - |
| YUV | 53.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 9 | 0 | 0.64 | 0.91 | 0.6 | 18.06 | 0.84 | 0.22 |
| Hex | 66 | 25 | 9 | 0 | 40 | 5B | 3C | 12 | 54 | 16 |
| Octal | 146 | 45 | 11 | 0 | 100 | 133 | 74 | 22 | 124 | 26 |
| Binary | 1100110 | 100101 | 1001 | 0 | 1000000 | 1011011 | 111100 | 10010 | 1010100 | 10110 |
Color Harmonies of #662509
Complementary color
Monochromatic Colors of #662509
Black with #662509
Text Example
Text Example
White with #662509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662509; }
p { color: rgb(102,37,9); }
H1.HeaderClassName
{
color: #662509;
}
.AnyTagClassName
{
color: #662509;
}
</style>
background-color css
<style>
a { background-color: #662509; }
a { background-color: rgb(102,37,9); }
div.DivClassName
{
background-color: #662509;
}
.BgClassName
{
background-color: #662509;
}
</style>
border-color css
<style>
span { border-color: #662509; }
span { border-color: rgb(102,37,9); }
td.TdClassName
{
border-color: #662509;
}
.TagClassName
{
border-color: #662509;
}
</style>