Shades of Baker's Chocolate #66360A
Tints of Baker's Chocolate #66360A
RGB
CMYK
RGB Variations
Color information
#66360A (or 0x66360A) is known color: Baker's Chocolate. HEX triplet: 66, 36 and 0A. RGB value is (102,54,10). Sum of RGB (Red+Green+Blue) = 102+54+10=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66360A is #99C9F5. Grayscale: #3F3F3F. Windows color (decimal): -10078710 or 669286. OLE color: 669286.
HSL color Cylindrical-coordinate representation of color #66360A: hue angle of 28.7º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66360A is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 10 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.6 |
| HSL | 28.7º | 0.82% | 0.22% | - |
| HSV(B) | 28.7º | 0.9% | 0.4% | - |
| XYZ | 6.85 | 5.49 | 0.98 | - |
| YUV | 63.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 10 | 0 | 0.47 | 0.90 | 0.6 | 28.7 | 0.82 | 0.22 |
| Hex | 66 | 36 | A | 0 | 2F | 5A | 3C | 1D | 52 | 16 |
| Octal | 146 | 66 | 12 | 0 | 57 | 132 | 74 | 35 | 122 | 26 |
| Binary | 1100110 | 110110 | 1010 | 0 | 101111 | 1011010 | 111100 | 11101 | 1010010 | 10110 |
Color Harmonies of #66360A
Complementary color
Monochromatic Colors of #66360A
Black with #66360A
Text Example
Text Example
White with #66360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66360A; }
p { color: rgb(102,54,10); }
H1.HeaderClassName
{
color: #66360A;
}
.AnyTagClassName
{
color: #66360A;
}
</style>
background-color css
<style>
a { background-color: #66360A; }
a { background-color: rgb(102,54,10); }
div.DivClassName
{
background-color: #66360A;
}
.BgClassName
{
background-color: #66360A;
}
</style>
border-color css
<style>
span { border-color: #66360A; }
span { border-color: rgb(102,54,10); }
td.TdClassName
{
border-color: #66360A;
}
.TagClassName
{
border-color: #66360A;
}
</style>