Shades of Crusoe #096521
Tints of Crusoe #096521
RGB
CMYK
RGB Variations
Color information
#096521 (or 0x096521) is known color: Crusoe. HEX triplet: 09, 65 and 21. RGB value is (9,101,33). Sum of RGB (Red+Green+Blue) = 9+101+33=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 101 (39.84% from 255 or 70.63% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 101 - color contains mainly: green. Hex color #096521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096521 is #F69ADE. Grayscale: #414141. Windows color (decimal): -16161503 or 2188553. OLE color: 2188553.
HSL color Cylindrical-coordinate representation of color #096521: hue angle of 135.65º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096521 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 33 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.60 |
| HSL | 135.65º | 0.84% | 0.22% | - |
| HSV(B) | 135.65º | 0.91% | 0.4% | - |
| XYZ | 5.04 | 9.48 | 3 | - |
| YUV | 65.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 33 | 0.91 | 0 | 0.67 | 0.60 | 135.65 | 0.84 | 0.22 |
| Hex | 9 | 65 | 21 | 5B | 0 | 43 | 3C | 88 | 54 | 16 |
| Octal | 11 | 145 | 41 | 133 | 0 | 103 | 74 | 210 | 124 | 26 |
| Binary | 1001 | 1100101 | 100001 | 1011011 | 0 | 1000011 | 111100 | 10001000 | 1010100 | 10110 |
Color Harmonies of #096521
Complementary color
Monochromatic Colors of #096521
Black with #096521
Text Example
Text Example
White with #096521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096521; }
p { color: rgb(9,101,33); }
H1.HeaderClassName
{
color: #096521;
}
.AnyTagClassName
{
color: #096521;
}
</style>
background-color css
<style>
a { background-color: #096521; }
a { background-color: rgb(9,101,33); }
div.DivClassName
{
background-color: #096521;
}
.BgClassName
{
background-color: #096521;
}
</style>
border-color css
<style>
span { border-color: #096521; }
span { border-color: rgb(9,101,33); }
td.TdClassName
{
border-color: #096521;
}
.TagClassName
{
border-color: #096521;
}
</style>