Shades of Crusoe #166121
Tints of Crusoe #166121
RGB
CMYK
RGB Variations
Color information
#166121 (or 0x166121) is known color: Crusoe. HEX triplet: 16, 61 and 21. RGB value is (22,97,33). Sum of RGB (Red+Green+Blue) = 22+97+33=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #166121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166121 is #E99EDE. Grayscale: #434343. Windows color (decimal): -15310559 or 2187542. OLE color: 2187542.
HSL color Cylindrical-coordinate representation of color #166121: hue angle of 128.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #166121 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 97 | 33 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.62 |
| HSL | 128.8º | 0.63% | 0.23% | - |
| HSV(B) | 128.8º | 0.77% | 0.38% | - |
| XYZ | 4.88 | 8.83 | 2.89 | - |
| YUV | 67.28 | 108.65 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 33 | 0.77 | 0 | 0.66 | 0.62 | 128.8 | 0.63 | 0.23 |
| Hex | 16 | 61 | 21 | 4D | 0 | 42 | 3E | 81 | 3F | 17 |
| Octal | 26 | 141 | 41 | 115 | 0 | 102 | 76 | 201 | 77 | 27 |
| Binary | 10110 | 1100001 | 100001 | 1001101 | 0 | 1000010 | 111110 | 10000001 | 111111 | 10111 |
Color Harmonies of #166121
Complementary color
Monochromatic Colors of #166121
Black with #166121
Text Example
Text Example
White with #166121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166121; }
p { color: rgb(22,97,33); }
H1.HeaderClassName
{
color: #166121;
}
.AnyTagClassName
{
color: #166121;
}
</style>
background-color css
<style>
a { background-color: #166121; }
a { background-color: rgb(22,97,33); }
div.DivClassName
{
background-color: #166121;
}
.BgClassName
{
background-color: #166121;
}
</style>
border-color css
<style>
span { border-color: #166121; }
span { border-color: rgb(22,97,33); }
td.TdClassName
{
border-color: #166121;
}
.TagClassName
{
border-color: #166121;
}
</style>