Shades of Baker's Chocolate #66260C
Tints of Baker's Chocolate #66260C
RGB
CMYK
RGB Variations
Color information
#66260C (or 0x66260C) is known color: Baker's Chocolate. HEX triplet: 66, 26 and 0C. RGB value is (102,38,12). Sum of RGB (Red+Green+Blue) = 102+38+12=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #66260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66260C is #99D9F3. Grayscale: #363636. Windows color (decimal): -10082804 or 796262. OLE color: 796262.
HSL color Cylindrical-coordinate representation of color #66260C: hue angle of 17.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66260C is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 12 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.6 |
| HSL | 17.33º | 0.79% | 0.22% | - |
| HSV(B) | 17.33º | 0.88% | 0.4% | - |
| XYZ | 6.24 | 4.24 | 0.84 | - |
| YUV | 54.17 | 104.2 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 12 | 0 | 0.63 | 0.88 | 0.6 | 17.33 | 0.79 | 0.22 |
| Hex | 66 | 26 | C | 0 | 3F | 58 | 3C | 11 | 4F | 16 |
| Octal | 146 | 46 | 14 | 0 | 77 | 130 | 74 | 21 | 117 | 26 |
| Binary | 1100110 | 100110 | 1100 | 0 | 111111 | 1011000 | 111100 | 10001 | 1001111 | 10110 |
Color Harmonies of #66260C
Complementary color
Monochromatic Colors of #66260C
Black with #66260C
Text Example
Text Example
White with #66260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66260C; }
p { color: rgb(102,38,12); }
H1.HeaderClassName
{
color: #66260C;
}
.AnyTagClassName
{
color: #66260C;
}
</style>
background-color css
<style>
a { background-color: #66260C; }
a { background-color: rgb(102,38,12); }
div.DivClassName
{
background-color: #66260C;
}
.BgClassName
{
background-color: #66260C;
}
</style>
border-color css
<style>
span { border-color: #66260C; }
span { border-color: rgb(102,38,12); }
td.TdClassName
{
border-color: #66260C;
}
.TagClassName
{
border-color: #66260C;
}
</style>