Shades of Crusoe #096431
Tints of Crusoe #096431
RGB
CMYK
RGB Variations
Color information
#096431 (or 0x096431) is known color: Crusoe. HEX triplet: 09, 64 and 31. RGB value is (9,100,49). Sum of RGB (Red+Green+Blue) = 9+100+49=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 100 (39.45% from 255 or 63.29% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 100 - color contains mainly: green. Hex color #096431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096431 is #F69BCE. Grayscale: #434343. Windows color (decimal): -16161743 or 3236873. OLE color: 3236873.
HSL color Cylindrical-coordinate representation of color #096431: hue angle of 146.37º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096431 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 49 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.61 |
| HSL | 146.37º | 0.83% | 0.21% | - |
| HSV(B) | 146.37º | 0.91% | 0.39% | - |
| XYZ | 5.22 | 9.39 | 4.44 | - |
| YUV | 66.98 | 117.85 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 49 | 0.91 | 0 | 0.51 | 0.61 | 146.37 | 0.83 | 0.21 |
| Hex | 9 | 64 | 31 | 5B | 0 | 33 | 3D | 92 | 53 | 15 |
| Octal | 11 | 144 | 61 | 133 | 0 | 63 | 75 | 222 | 123 | 25 |
| Binary | 1001 | 1100100 | 110001 | 1011011 | 0 | 110011 | 111101 | 10010010 | 1010011 | 10101 |
Color Harmonies of #096431
Complementary color
Monochromatic Colors of #096431
Black with #096431
Text Example
Text Example
White with #096431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096431; }
p { color: rgb(9,100,49); }
H1.HeaderClassName
{
color: #096431;
}
.AnyTagClassName
{
color: #096431;
}
</style>
background-color css
<style>
a { background-color: #096431; }
a { background-color: rgb(9,100,49); }
div.DivClassName
{
background-color: #096431;
}
.BgClassName
{
background-color: #096431;
}
</style>
border-color css
<style>
span { border-color: #096431; }
span { border-color: rgb(9,100,49); }
td.TdClassName
{
border-color: #096431;
}
.TagClassName
{
border-color: #096431;
}
</style>