Shades of Crusoe #106223
Tints of Crusoe #106223
RGB
CMYK
RGB Variations
Color information
#106223 (or 0x106223) is known color: Crusoe. HEX triplet: 10, 62 and 23. RGB value is (16,98,35). Sum of RGB (Red+Green+Blue) = 16+98+35=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #106223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106223 is #EF9DDC. Grayscale: #424242. Windows color (decimal): -15703517 or 2318864. OLE color: 2318864.
HSL color Cylindrical-coordinate representation of color #106223: hue angle of 133.9º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106223 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 35 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.62 |
| HSL | 133.9º | 0.72% | 0.22% | - |
| HSV(B) | 133.9º | 0.84% | 0.38% | - |
| XYZ | 4.88 | 8.97 | 3.06 | - |
| YUV | 66.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 35 | 0.84 | 0 | 0.64 | 0.62 | 133.9 | 0.72 | 0.22 |
| Hex | 10 | 62 | 23 | 54 | 0 | 40 | 3E | 86 | 48 | 16 |
| Octal | 20 | 142 | 43 | 124 | 0 | 100 | 76 | 206 | 110 | 26 |
| Binary | 10000 | 1100010 | 100011 | 1010100 | 0 | 1000000 | 111110 | 10000110 | 1001000 | 10110 |
Color Harmonies of #106223
Complementary color
Monochromatic Colors of #106223
Black with #106223
Text Example
Text Example
White with #106223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106223; }
p { color: rgb(16,98,35); }
H1.HeaderClassName
{
color: #106223;
}
.AnyTagClassName
{
color: #106223;
}
</style>
background-color css
<style>
a { background-color: #106223; }
a { background-color: rgb(16,98,35); }
div.DivClassName
{
background-color: #106223;
}
.BgClassName
{
background-color: #106223;
}
</style>
border-color css
<style>
span { border-color: #106223; }
span { border-color: rgb(16,98,35); }
td.TdClassName
{
border-color: #106223;
}
.TagClassName
{
border-color: #106223;
}
</style>