Shades of Baker's Chocolate #66340C
Tints of Baker's Chocolate #66340C
RGB
CMYK
RGB Variations
Color information
#66340C (or 0x66340C) is known color: Baker's Chocolate. HEX triplet: 66, 34 and 0C. RGB value is (102,52,12). Sum of RGB (Red+Green+Blue) = 102+52+12=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66340C is #99CBF3. Grayscale: #3E3E3E. Windows color (decimal): -10079220 or 799846. OLE color: 799846.
HSL color Cylindrical-coordinate representation of color #66340C: hue angle of 26.67º 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 #66340C is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 52 | 12 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.6 |
| HSL | 26.67º | 0.79% | 0.22% | - |
| HSV(B) | 26.67º | 0.88% | 0.4% | - |
| XYZ | 6.77 | 5.31 | 1.02 | - |
| YUV | 62.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 12 | 0 | 0.49 | 0.88 | 0.6 | 26.67 | 0.79 | 0.22 |
| Hex | 66 | 34 | C | 0 | 31 | 58 | 3C | 1B | 4F | 16 |
| Octal | 146 | 64 | 14 | 0 | 61 | 130 | 74 | 33 | 117 | 26 |
| Binary | 1100110 | 110100 | 1100 | 0 | 110001 | 1011000 | 111100 | 11011 | 1001111 | 10110 |
Color Harmonies of #66340C
Complementary color
Monochromatic Colors of #66340C
Black with #66340C
Text Example
Text Example
White with #66340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66340C; }
p { color: rgb(102,52,12); }
H1.HeaderClassName
{
color: #66340C;
}
.AnyTagClassName
{
color: #66340C;
}
</style>
background-color css
<style>
a { background-color: #66340C; }
a { background-color: rgb(102,52,12); }
div.DivClassName
{
background-color: #66340C;
}
.BgClassName
{
background-color: #66340C;
}
</style>
border-color css
<style>
span { border-color: #66340C; }
span { border-color: rgb(102,52,12); }
td.TdClassName
{
border-color: #66340C;
}
.TagClassName
{
border-color: #66340C;
}
</style>