Shades of Baker's Chocolate #66331B
Tints of Baker's Chocolate #66331B
RGB
CMYK
RGB Variations
Color information
#66331B (or 0x66331B) is known color: Baker's Chocolate. HEX triplet: 66, 33 and 1B. RGB value is (102,51,27). Sum of RGB (Red+Green+Blue) = 102+51+27=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66331B is #99CCE4. Grayscale: #3F3F3F. Windows color (decimal): -10079461 or 1782630. OLE color: 1782630.
HSL color Cylindrical-coordinate representation of color #66331B: hue angle of 19.2º 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 #66331B is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 27 | - |
| CMYK | 0 | 0.5 | 0.74 | 0.6 |
| HSL | 19.2º | 0.58% | 0.25% | - |
| HSV(B) | 19.2º | 0.74% | 0.4% | - |
| XYZ | 6.86 | 5.27 | 1.69 | - |
| YUV | 63.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 27 | 0 | 0.5 | 0.74 | 0.6 | 19.2 | 0.58 | 0.25 |
| Hex | 66 | 33 | 1B | 0 | 32 | 4A | 3C | 13 | 3A | 19 |
| Octal | 146 | 63 | 33 | 0 | 62 | 112 | 74 | 23 | 72 | 31 |
| Binary | 1100110 | 110011 | 11011 | 0 | 110010 | 1001010 | 111100 | 10011 | 111010 | 11001 |
Color Harmonies of #66331B
Complementary color
Monochromatic Colors of #66331B
Black with #66331B
Text Example
Text Example
White with #66331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66331B; }
p { color: rgb(102,51,27); }
H1.HeaderClassName
{
color: #66331B;
}
.AnyTagClassName
{
color: #66331B;
}
</style>
background-color css
<style>
a { background-color: #66331B; }
a { background-color: rgb(102,51,27); }
div.DivClassName
{
background-color: #66331B;
}
.BgClassName
{
background-color: #66331B;
}
</style>
border-color css
<style>
span { border-color: #66331B; }
span { border-color: rgb(102,51,27); }
td.TdClassName
{
border-color: #66331B;
}
.TagClassName
{
border-color: #66331B;
}
</style>