Shades of Baker's Chocolate #66321B
Tints of Baker's Chocolate #66321B
RGB
CMYK
RGB Variations
Color information
#66321B (or 0x66321B) is known color: Baker's Chocolate. HEX triplet: 66, 32 and 1B. RGB value is (102,50,27). Sum of RGB (Red+Green+Blue) = 102+50+27=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #66321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66321B is #99CDE4. Grayscale: #3F3F3F. Windows color (decimal): -10079717 or 1782374. OLE color: 1782374.
HSL color Cylindrical-coordinate representation of color #66321B: hue angle of 18.4º 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 #66321B is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 27 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.6 |
| HSL | 18.4º | 0.58% | 0.25% | - |
| HSV(B) | 18.4º | 0.74% | 0.4% | - |
| XYZ | 6.82 | 5.19 | 1.68 | - |
| YUV | 62.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 27 | 0 | 0.51 | 0.74 | 0.6 | 18.4 | 0.58 | 0.25 |
| Hex | 66 | 32 | 1B | 0 | 33 | 4A | 3C | 12 | 3A | 19 |
| Octal | 146 | 62 | 33 | 0 | 63 | 112 | 74 | 22 | 72 | 31 |
| Binary | 1100110 | 110010 | 11011 | 0 | 110011 | 1001010 | 111100 | 10010 | 111010 | 11001 |
Color Harmonies of #66321B
Complementary color
Monochromatic Colors of #66321B
Black with #66321B
Text Example
Text Example
White with #66321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66321B; }
p { color: rgb(102,50,27); }
H1.HeaderClassName
{
color: #66321B;
}
.AnyTagClassName
{
color: #66321B;
}
</style>
background-color css
<style>
a { background-color: #66321B; }
a { background-color: rgb(102,50,27); }
div.DivClassName
{
background-color: #66321B;
}
.BgClassName
{
background-color: #66321B;
}
</style>
border-color css
<style>
span { border-color: #66321B; }
span { border-color: rgb(102,50,27); }
td.TdClassName
{
border-color: #66321B;
}
.TagClassName
{
border-color: #66321B;
}
</style>