Shades of Baker's Chocolate #663211
Tints of Baker's Chocolate #663211
RGB
CMYK
RGB Variations
Color information
#663211 (or 0x663211) is known color: Baker's Chocolate. HEX triplet: 66, 32 and 11. RGB value is (102,50,17). Sum of RGB (Red+Green+Blue) = 102+50+17=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #663211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663211 is #99CDEE. Grayscale: #3D3D3D. Windows color (decimal): -10079727 or 1127014. OLE color: 1127014.
HSL color Cylindrical-coordinate representation of color #663211: hue angle of 23.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #663211 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 17 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.6 |
| HSL | 23.29º | 0.71% | 0.23% | - |
| HSV(B) | 23.29º | 0.83% | 0.4% | - |
| XYZ | 6.72 | 5.15 | 1.17 | - |
| YUV | 61.79 | 102.73 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 17 | 0 | 0.51 | 0.83 | 0.6 | 23.29 | 0.71 | 0.23 |
| Hex | 66 | 32 | 11 | 0 | 33 | 53 | 3C | 17 | 47 | 17 |
| Octal | 146 | 62 | 21 | 0 | 63 | 123 | 74 | 27 | 107 | 27 |
| Binary | 1100110 | 110010 | 10001 | 0 | 110011 | 1010011 | 111100 | 10111 | 1000111 | 10111 |
Color Harmonies of #663211
Complementary color
Monochromatic Colors of #663211
Black with #663211
Text Example
Text Example
White with #663211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663211; }
p { color: rgb(102,50,17); }
H1.HeaderClassName
{
color: #663211;
}
.AnyTagClassName
{
color: #663211;
}
</style>
background-color css
<style>
a { background-color: #663211; }
a { background-color: rgb(102,50,17); }
div.DivClassName
{
background-color: #663211;
}
.BgClassName
{
background-color: #663211;
}
</style>
border-color css
<style>
span { border-color: #663211; }
span { border-color: rgb(102,50,17); }
td.TdClassName
{
border-color: #663211;
}
.TagClassName
{
border-color: #663211;
}
</style>