Shades of Crusoe #116621
Tints of Crusoe #116621
RGB
CMYK
RGB Variations
Color information
#116621 (or 0x116621) is known color: Crusoe. HEX triplet: 11, 66 and 21. RGB value is (17,102,33). Sum of RGB (Red+Green+Blue) = 17+102+33=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #116621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116621 is #EE99DE. Grayscale: #444444. Windows color (decimal): -15636959 or 2188817. OLE color: 2188817.
HSL color Cylindrical-coordinate representation of color #116621: hue angle of 131.29º 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 #116621 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 33 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.6 |
| HSL | 131.29º | 0.71% | 0.23% | - |
| HSV(B) | 131.29º | 0.83% | 0.4% | - |
| XYZ | 5.26 | 9.73 | 3.04 | - |
| YUV | 68.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 33 | 0.83 | 0 | 0.68 | 0.6 | 131.29 | 0.71 | 0.23 |
| Hex | 11 | 66 | 21 | 53 | 0 | 44 | 3C | 83 | 47 | 17 |
| Octal | 21 | 146 | 41 | 123 | 0 | 104 | 74 | 203 | 107 | 27 |
| Binary | 10001 | 1100110 | 100001 | 1010011 | 0 | 1000100 | 111100 | 10000011 | 1000111 | 10111 |
Color Harmonies of #116621
Complementary color
Monochromatic Colors of #116621
Black with #116621
Text Example
Text Example
White with #116621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116621; }
p { color: rgb(17,102,33); }
H1.HeaderClassName
{
color: #116621;
}
.AnyTagClassName
{
color: #116621;
}
</style>
background-color css
<style>
a { background-color: #116621; }
a { background-color: rgb(17,102,33); }
div.DivClassName
{
background-color: #116621;
}
.BgClassName
{
background-color: #116621;
}
</style>
border-color css
<style>
span { border-color: #116621; }
span { border-color: rgb(17,102,33); }
td.TdClassName
{
border-color: #116621;
}
.TagClassName
{
border-color: #116621;
}
</style>