Shades of Baker's Chocolate #663C11
Tints of Baker's Chocolate #663C11
RGB
CMYK
RGB Variations
Color information
#663C11 (or 0x663C11) is known color: Baker's Chocolate. HEX triplet: 66, 3C and 11. RGB value is (102,60,17). Sum of RGB (Red+Green+Blue) = 102+60+17=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #663C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C11 is #99C3EE. Grayscale: #434343. Windows color (decimal): -10077167 or 1129574. OLE color: 1129574.
HSL color Cylindrical-coordinate representation of color #663C11: hue angle of 30.35º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #663C11 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 17 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.6 |
| HSL | 30.35º | 0.71% | 0.23% | - |
| HSV(B) | 30.35º | 0.83% | 0.4% | - |
| XYZ | 7.2 | 6.1 | 1.33 | - |
| YUV | 67.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 17 | 0 | 0.41 | 0.83 | 0.6 | 30.35 | 0.71 | 0.23 |
| Hex | 66 | 3C | 11 | 0 | 29 | 53 | 3C | 1E | 47 | 17 |
| Octal | 146 | 74 | 21 | 0 | 51 | 123 | 74 | 36 | 107 | 27 |
| Binary | 1100110 | 111100 | 10001 | 0 | 101001 | 1010011 | 111100 | 11110 | 1000111 | 10111 |
Color Harmonies of #663C11
Complementary color
Monochromatic Colors of #663C11
Black with #663C11
Text Example
Text Example
White with #663C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C11; }
p { color: rgb(102,60,17); }
H1.HeaderClassName
{
color: #663C11;
}
.AnyTagClassName
{
color: #663C11;
}
</style>
background-color css
<style>
a { background-color: #663C11; }
a { background-color: rgb(102,60,17); }
div.DivClassName
{
background-color: #663C11;
}
.BgClassName
{
background-color: #663C11;
}
</style>
border-color css
<style>
span { border-color: #663C11; }
span { border-color: rgb(102,60,17); }
td.TdClassName
{
border-color: #663C11;
}
.TagClassName
{
border-color: #663C11;
}
</style>