Shades of Baker's Chocolate #663311
Tints of Baker's Chocolate #663311
RGB
CMYK
RGB Variations
Color information
#663311 (or 0x663311) is known color: Baker's Chocolate. HEX triplet: 66, 33 and 11. RGB value is (102,51,17). Sum of RGB (Red+Green+Blue) = 102+51+17=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #663311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663311 is #99CCEE. Grayscale: #3E3E3E. Windows color (decimal): -10079471 or 1127270. OLE color: 1127270.
HSL color Cylindrical-coordinate representation of color #663311: hue angle of 24º 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 #663311 is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 17 | - |
| CMYK | 0 | 0.5 | 0.83 | 0.6 |
| HSL | 24º | 0.71% | 0.23% | - |
| HSV(B) | 24º | 0.83% | 0.4% | - |
| XYZ | 6.76 | 5.23 | 1.18 | - |
| YUV | 62.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 17 | 0 | 0.5 | 0.83 | 0.6 | 24 | 0.71 | 0.23 |
| Hex | 66 | 33 | 11 | 0 | 32 | 53 | 3C | 18 | 47 | 17 |
| Octal | 146 | 63 | 21 | 0 | 62 | 123 | 74 | 30 | 107 | 27 |
| Binary | 1100110 | 110011 | 10001 | 0 | 110010 | 1010011 | 111100 | 11000 | 1000111 | 10111 |
Color Harmonies of #663311
Complementary color
Monochromatic Colors of #663311
Black with #663311
Text Example
Text Example
White with #663311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663311; }
p { color: rgb(102,51,17); }
H1.HeaderClassName
{
color: #663311;
}
.AnyTagClassName
{
color: #663311;
}
</style>
background-color css
<style>
a { background-color: #663311; }
a { background-color: rgb(102,51,17); }
div.DivClassName
{
background-color: #663311;
}
.BgClassName
{
background-color: #663311;
}
</style>
border-color css
<style>
span { border-color: #663311; }
span { border-color: rgb(102,51,17); }
td.TdClassName
{
border-color: #663311;
}
.TagClassName
{
border-color: #663311;
}
</style>