Shades of Baker's Chocolate #66210A
Tints of Baker's Chocolate #66210A
RGB
CMYK
RGB Variations
Color information
#66210A (or 0x66210A) is known color: Baker's Chocolate. HEX triplet: 66, 21 and 0A. RGB value is (102,33,10). Sum of RGB (Red+Green+Blue) = 102+33+10=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #66210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66210A is #99DEF5. Grayscale: #333333. Windows color (decimal): -10084086 or 663910. OLE color: 663910.
HSL color Cylindrical-coordinate representation of color #66210A: hue angle of 15º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66210A is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 10 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.6 |
| HSL | 15º | 0.82% | 0.22% | - |
| HSV(B) | 15º | 0.9% | 0.4% | - |
| XYZ | 6.08 | 3.93 | 0.73 | - |
| YUV | 51.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 10 | 0 | 0.68 | 0.90 | 0.6 | 15 | 0.82 | 0.22 |
| Hex | 66 | 21 | A | 0 | 44 | 5A | 3C | F | 52 | 16 |
| Octal | 146 | 41 | 12 | 0 | 104 | 132 | 74 | 17 | 122 | 26 |
| Binary | 1100110 | 100001 | 1010 | 0 | 1000100 | 1011010 | 111100 | 1111 | 1010010 | 10110 |
Color Harmonies of #66210A
Complementary color
Monochromatic Colors of #66210A
Black with #66210A
Text Example
Text Example
White with #66210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66210A; }
p { color: rgb(102,33,10); }
H1.HeaderClassName
{
color: #66210A;
}
.AnyTagClassName
{
color: #66210A;
}
</style>
background-color css
<style>
a { background-color: #66210A; }
a { background-color: rgb(102,33,10); }
div.DivClassName
{
background-color: #66210A;
}
.BgClassName
{
background-color: #66210A;
}
</style>
border-color css
<style>
span { border-color: #66210A; }
span { border-color: rgb(102,33,10); }
td.TdClassName
{
border-color: #66210A;
}
.TagClassName
{
border-color: #66210A;
}
</style>