Shades of Baker's Chocolate #663811
Tints of Baker's Chocolate #663811
RGB
CMYK
RGB Variations
Color information
#663811 (or 0x663811) is known color: Baker's Chocolate. HEX triplet: 66, 38 and 11. RGB value is (102,56,17). Sum of RGB (Red+Green+Blue) = 102+56+17=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #663811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663811 is #99C7EE. Grayscale: #414141. Windows color (decimal): -10078191 or 1128550. OLE color: 1128550.
HSL color Cylindrical-coordinate representation of color #663811: hue angle of 27.53º 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 #663811 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 17 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.6 |
| HSL | 27.53º | 0.71% | 0.23% | - |
| HSV(B) | 27.53º | 0.83% | 0.4% | - |
| XYZ | 6.99 | 5.69 | 1.26 | - |
| YUV | 65.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 17 | 0 | 0.45 | 0.83 | 0.6 | 27.53 | 0.71 | 0.23 |
| Hex | 66 | 38 | 11 | 0 | 2D | 53 | 3C | 1C | 47 | 17 |
| Octal | 146 | 70 | 21 | 0 | 55 | 123 | 74 | 34 | 107 | 27 |
| Binary | 1100110 | 111000 | 10001 | 0 | 101101 | 1010011 | 111100 | 11100 | 1000111 | 10111 |
Color Harmonies of #663811
Complementary color
Monochromatic Colors of #663811
Black with #663811
Text Example
Text Example
White with #663811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663811; }
p { color: rgb(102,56,17); }
H1.HeaderClassName
{
color: #663811;
}
.AnyTagClassName
{
color: #663811;
}
</style>
background-color css
<style>
a { background-color: #663811; }
a { background-color: rgb(102,56,17); }
div.DivClassName
{
background-color: #663811;
}
.BgClassName
{
background-color: #663811;
}
</style>
border-color css
<style>
span { border-color: #663811; }
span { border-color: rgb(102,56,17); }
td.TdClassName
{
border-color: #663811;
}
.TagClassName
{
border-color: #663811;
}
</style>