Shades of Baker's Chocolate #66351B
Tints of Baker's Chocolate #66351B
RGB
CMYK
RGB Variations
Color information
#66351B (or 0x66351B) is known color: Baker's Chocolate. HEX triplet: 66, 35 and 1B. RGB value is (102,53,27). Sum of RGB (Red+Green+Blue) = 102+53+27=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66351B is #99CAE4. Grayscale: #404040. Windows color (decimal): -10078949 or 1783142. OLE color: 1783142.
HSL color Cylindrical-coordinate representation of color #66351B: hue angle of 20.8º 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 #66351B is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 27 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.6 |
| HSL | 20.8º | 0.58% | 0.25% | - |
| HSV(B) | 20.8º | 0.74% | 0.4% | - |
| XYZ | 6.95 | 5.45 | 1.72 | - |
| YUV | 64.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 27 | 0 | 0.48 | 0.74 | 0.6 | 20.8 | 0.58 | 0.25 |
| Hex | 66 | 35 | 1B | 0 | 30 | 4A | 3C | 15 | 3A | 19 |
| Octal | 146 | 65 | 33 | 0 | 60 | 112 | 74 | 25 | 72 | 31 |
| Binary | 1100110 | 110101 | 11011 | 0 | 110000 | 1001010 | 111100 | 10101 | 111010 | 11001 |
Color Harmonies of #66351B
Complementary color
Monochromatic Colors of #66351B
Black with #66351B
Text Example
Text Example
White with #66351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66351B; }
p { color: rgb(102,53,27); }
H1.HeaderClassName
{
color: #66351B;
}
.AnyTagClassName
{
color: #66351B;
}
</style>
background-color css
<style>
a { background-color: #66351B; }
a { background-color: rgb(102,53,27); }
div.DivClassName
{
background-color: #66351B;
}
.BgClassName
{
background-color: #66351B;
}
</style>
border-color css
<style>
span { border-color: #66351B; }
span { border-color: rgb(102,53,27); }
td.TdClassName
{
border-color: #66351B;
}
.TagClassName
{
border-color: #66351B;
}
</style>