Shades of Baker's Chocolate #66311B
Tints of Baker's Chocolate #66311B
RGB
CMYK
RGB Variations
Color information
#66311B (or 0x66311B) is known color: Baker's Chocolate. HEX triplet: 66, 31 and 1B. RGB value is (102,49,27). Sum of RGB (Red+Green+Blue) = 102+49+27=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #66311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66311B is #99CEE4. Grayscale: #3E3E3E. Windows color (decimal): -10079973 or 1782118. OLE color: 1782118.
HSL color Cylindrical-coordinate representation of color #66311B: hue angle of 17.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66311B is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 27 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.6 |
| HSL | 17.6º | 0.58% | 0.25% | - |
| HSV(B) | 17.6º | 0.74% | 0.4% | - |
| XYZ | 6.78 | 5.1 | 1.66 | - |
| YUV | 62.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 27 | 0 | 0.52 | 0.74 | 0.6 | 17.6 | 0.58 | 0.25 |
| Hex | 66 | 31 | 1B | 0 | 34 | 4A | 3C | 12 | 3A | 19 |
| Octal | 146 | 61 | 33 | 0 | 64 | 112 | 74 | 22 | 72 | 31 |
| Binary | 1100110 | 110001 | 11011 | 0 | 110100 | 1001010 | 111100 | 10010 | 111010 | 11001 |
Color Harmonies of #66311B
Complementary color
Monochromatic Colors of #66311B
Black with #66311B
Text Example
Text Example
White with #66311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66311B; }
p { color: rgb(102,49,27); }
H1.HeaderClassName
{
color: #66311B;
}
.AnyTagClassName
{
color: #66311B;
}
</style>
background-color css
<style>
a { background-color: #66311B; }
a { background-color: rgb(102,49,27); }
div.DivClassName
{
background-color: #66311B;
}
.BgClassName
{
background-color: #66311B;
}
</style>
border-color css
<style>
span { border-color: #66311B; }
span { border-color: rgb(102,49,27); }
td.TdClassName
{
border-color: #66311B;
}
.TagClassName
{
border-color: #66311B;
}
</style>