Shades of Baker's Chocolate #663A11
Tints of Baker's Chocolate #663A11
RGB
CMYK
RGB Variations
Color information
#663A11 (or 0x663A11) is known color: Baker's Chocolate. HEX triplet: 66, 3A and 11. RGB value is (102,58,17). Sum of RGB (Red+Green+Blue) = 102+58+17=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A11 is #99C5EE. Grayscale: #424242. Windows color (decimal): -10077679 or 1129062. OLE color: 1129062.
HSL color Cylindrical-coordinate representation of color #663A11: hue angle of 28.94º 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 #663A11 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 58 | 17 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.6 |
| HSL | 28.94º | 0.71% | 0.23% | - |
| HSV(B) | 28.94º | 0.83% | 0.4% | - |
| XYZ | 7.09 | 5.89 | 1.29 | - |
| YUV | 66.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 17 | 0 | 0.43 | 0.83 | 0.6 | 28.94 | 0.71 | 0.23 |
| Hex | 66 | 3A | 11 | 0 | 2B | 53 | 3C | 1D | 47 | 17 |
| Octal | 146 | 72 | 21 | 0 | 53 | 123 | 74 | 35 | 107 | 27 |
| Binary | 1100110 | 111010 | 10001 | 0 | 101011 | 1010011 | 111100 | 11101 | 1000111 | 10111 |
Color Harmonies of #663A11
Complementary color
Monochromatic Colors of #663A11
Black with #663A11
Text Example
Text Example
White with #663A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663A11; }
p { color: rgb(102,58,17); }
H1.HeaderClassName
{
color: #663A11;
}
.AnyTagClassName
{
color: #663A11;
}
</style>
background-color css
<style>
a { background-color: #663A11; }
a { background-color: rgb(102,58,17); }
div.DivClassName
{
background-color: #663A11;
}
.BgClassName
{
background-color: #663A11;
}
</style>
border-color css
<style>
span { border-color: #663A11; }
span { border-color: rgb(102,58,17); }
td.TdClassName
{
border-color: #663A11;
}
.TagClassName
{
border-color: #663A11;
}
</style>