Shades of Baker's Chocolate #66360F
Tints of Baker's Chocolate #66360F
RGB
CMYK
RGB Variations
Color information
#66360F (or 0x66360F) is known color: Baker's Chocolate. HEX triplet: 66, 36 and 0F. RGB value is (102,54,15). Sum of RGB (Red+Green+Blue) = 102+54+15=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #66360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66360F is #99C9F0. Grayscale: #404040. Windows color (decimal): -10078705 or 996966. OLE color: 996966.
HSL color Cylindrical-coordinate representation of color #66360F: hue angle of 26.9º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66360F is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 15 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.6 |
| HSL | 26.9º | 0.74% | 0.23% | - |
| HSV(B) | 26.9º | 0.85% | 0.4% | - |
| XYZ | 6.88 | 5.5 | 1.15 | - |
| YUV | 63.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 15 | 0 | 0.47 | 0.85 | 0.6 | 26.9 | 0.74 | 0.23 |
| Hex | 66 | 36 | F | 0 | 2F | 55 | 3C | 1B | 4A | 17 |
| Octal | 146 | 66 | 17 | 0 | 57 | 125 | 74 | 33 | 112 | 27 |
| Binary | 1100110 | 110110 | 1111 | 0 | 101111 | 1010101 | 111100 | 11011 | 1001010 | 10111 |
Color Harmonies of #66360F
Complementary color
Monochromatic Colors of #66360F
Black with #66360F
Text Example
Text Example
White with #66360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66360F; }
p { color: rgb(102,54,15); }
H1.HeaderClassName
{
color: #66360F;
}
.AnyTagClassName
{
color: #66360F;
}
</style>
background-color css
<style>
a { background-color: #66360F; }
a { background-color: rgb(102,54,15); }
div.DivClassName
{
background-color: #66360F;
}
.BgClassName
{
background-color: #66360F;
}
</style>
border-color css
<style>
span { border-color: #66360F; }
span { border-color: rgb(102,54,15); }
td.TdClassName
{
border-color: #66360F;
}
.TagClassName
{
border-color: #66360F;
}
</style>