Shades of Baker's Chocolate #66320B
Tints of Baker's Chocolate #66320B
RGB
CMYK
RGB Variations
Color information
#66320B (or 0x66320B) is known color: Baker's Chocolate. HEX triplet: 66, 32 and 0B. RGB value is (102,50,11). Sum of RGB (Red+Green+Blue) = 102+50+11=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66320B is #99CDF4. Grayscale: #3D3D3D. Windows color (decimal): -10079733 or 733798. OLE color: 733798.
HSL color Cylindrical-coordinate representation of color #66320B: hue angle of 25.71º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66320B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 11 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.6 |
| HSL | 25.71º | 0.81% | 0.22% | - |
| HSV(B) | 25.71º | 0.89% | 0.4% | - |
| XYZ | 6.68 | 5.13 | 0.95 | - |
| YUV | 61.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 11 | 0 | 0.51 | 0.89 | 0.6 | 25.71 | 0.81 | 0.22 |
| Hex | 66 | 32 | B | 0 | 33 | 59 | 3C | 1A | 51 | 16 |
| Octal | 146 | 62 | 13 | 0 | 63 | 131 | 74 | 32 | 121 | 26 |
| Binary | 1100110 | 110010 | 1011 | 0 | 110011 | 1011001 | 111100 | 11010 | 1010001 | 10110 |
Color Harmonies of #66320B
Complementary color
Monochromatic Colors of #66320B
Black with #66320B
Text Example
Text Example
White with #66320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66320B; }
p { color: rgb(102,50,11); }
H1.HeaderClassName
{
color: #66320B;
}
.AnyTagClassName
{
color: #66320B;
}
</style>
background-color css
<style>
a { background-color: #66320B; }
a { background-color: rgb(102,50,11); }
div.DivClassName
{
background-color: #66320B;
}
.BgClassName
{
background-color: #66320B;
}
</style>
border-color css
<style>
span { border-color: #66320B; }
span { border-color: rgb(102,50,11); }
td.TdClassName
{
border-color: #66320B;
}
.TagClassName
{
border-color: #66320B;
}
</style>