Shades of Baker's Chocolate #663009
Tints of Baker's Chocolate #663009
RGB
CMYK
RGB Variations
Color information
#663009 (or 0x663009) is known color: Baker's Chocolate. HEX triplet: 66, 30 and 09. RGB value is (102,48,9). Sum of RGB (Red+Green+Blue) = 102+48+9=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #663009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663009 is #99CFF6. Grayscale: #3B3B3B. Windows color (decimal): -10080247 or 602214. OLE color: 602214.
HSL color Cylindrical-coordinate representation of color #663009: hue angle of 25.16º 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 #663009 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 9 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.6 |
| HSL | 25.16º | 0.84% | 0.22% | - |
| HSV(B) | 25.16º | 0.91% | 0.4% | - |
| XYZ | 6.59 | 4.96 | 0.87 | - |
| YUV | 59.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 9 | 0 | 0.53 | 0.91 | 0.6 | 25.16 | 0.84 | 0.22 |
| Hex | 66 | 30 | 9 | 0 | 35 | 5B | 3C | 19 | 54 | 16 |
| Octal | 146 | 60 | 11 | 0 | 65 | 133 | 74 | 31 | 124 | 26 |
| Binary | 1100110 | 110000 | 1001 | 0 | 110101 | 1011011 | 111100 | 11001 | 1010100 | 10110 |
Color Harmonies of #663009
Complementary color
Monochromatic Colors of #663009
Black with #663009
Text Example
Text Example
White with #663009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663009; }
p { color: rgb(102,48,9); }
H1.HeaderClassName
{
color: #663009;
}
.AnyTagClassName
{
color: #663009;
}
</style>
background-color css
<style>
a { background-color: #663009; }
a { background-color: rgb(102,48,9); }
div.DivClassName
{
background-color: #663009;
}
.BgClassName
{
background-color: #663009;
}
</style>
border-color css
<style>
span { border-color: #663009; }
span { border-color: rgb(102,48,9); }
td.TdClassName
{
border-color: #663009;
}
.TagClassName
{
border-color: #663009;
}
</style>