Shades of Crusoe #096419
Tints of Crusoe #096419
RGB
CMYK
RGB Variations
Color information
#096419 (or 0x096419) is known color: Crusoe. HEX triplet: 09, 64 and 19. RGB value is (9,100,25). Sum of RGB (Red+Green+Blue) = 9+100+25=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 100 (39.45% from 255 or 74.63% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 100 - color contains mainly: green. Hex color #096419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096419 is #F69BE6. Grayscale: #404040. Windows color (decimal): -16161767 or 1664009. OLE color: 1664009.
HSL color Cylindrical-coordinate representation of color #096419: hue angle of 130.55º 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 #096419 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 25 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.61 |
| HSL | 130.55º | 0.83% | 0.21% | - |
| HSV(B) | 130.55º | 0.91% | 0.39% | - |
| XYZ | 4.85 | 9.24 | 2.45 | - |
| YUV | 64.24 | 105.85 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 25 | 0.91 | 0 | 0.75 | 0.61 | 130.55 | 0.83 | 0.21 |
| Hex | 9 | 64 | 19 | 5B | 0 | 4B | 3D | 83 | 53 | 15 |
| Octal | 11 | 144 | 31 | 133 | 0 | 113 | 75 | 203 | 123 | 25 |
| Binary | 1001 | 1100100 | 11001 | 1011011 | 0 | 1001011 | 111101 | 10000011 | 1010011 | 10101 |
Color Harmonies of #096419
Complementary color
Monochromatic Colors of #096419
Black with #096419
Text Example
Text Example
White with #096419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096419; }
p { color: rgb(9,100,25); }
H1.HeaderClassName
{
color: #096419;
}
.AnyTagClassName
{
color: #096419;
}
</style>
background-color css
<style>
a { background-color: #096419; }
a { background-color: rgb(9,100,25); }
div.DivClassName
{
background-color: #096419;
}
.BgClassName
{
background-color: #096419;
}
</style>
border-color css
<style>
span { border-color: #096419; }
span { border-color: rgb(9,100,25); }
td.TdClassName
{
border-color: #096419;
}
.TagClassName
{
border-color: #096419;
}
</style>