Shades of Crusoe #09681F
Tints of Crusoe #09681F
RGB
CMYK
RGB Variations
Color information
#09681F (or 0x09681F) is known color: Crusoe. HEX triplet: 09, 68 and 1F. RGB value is (9,104,31). Sum of RGB (Red+Green+Blue) = 9+104+31=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #09681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09681F is #F697E0. Grayscale: #434343. Windows color (decimal): -16160737 or 2058249. OLE color: 2058249.
HSL color Cylindrical-coordinate representation of color #09681F: hue angle of 133.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09681F is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 104 | 31 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.59 |
| HSL | 133.89º | 0.84% | 0.22% | - |
| HSV(B) | 133.89º | 0.91% | 0.41% | - |
| XYZ | 5.31 | 10.06 | 2.96 | - |
| YUV | 67.27 | 107.53 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 31 | 0.91 | 0 | 0.70 | 0.59 | 133.89 | 0.84 | 0.22 |
| Hex | 9 | 68 | 1F | 5B | 0 | 46 | 3B | 86 | 54 | 16 |
| Octal | 11 | 150 | 37 | 133 | 0 | 106 | 73 | 206 | 124 | 26 |
| Binary | 1001 | 1101000 | 11111 | 1011011 | 0 | 1000110 | 111011 | 10000110 | 1010100 | 10110 |
Color Harmonies of #09681F
Complementary color
Monochromatic Colors of #09681F
Black with #09681F
Text Example
Text Example
White with #09681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09681F; }
p { color: rgb(9,104,31); }
H1.HeaderClassName
{
color: #09681F;
}
.AnyTagClassName
{
color: #09681F;
}
</style>
background-color css
<style>
a { background-color: #09681F; }
a { background-color: rgb(9,104,31); }
div.DivClassName
{
background-color: #09681F;
}
.BgClassName
{
background-color: #09681F;
}
</style>
border-color css
<style>
span { border-color: #09681F; }
span { border-color: rgb(9,104,31); }
td.TdClassName
{
border-color: #09681F;
}
.TagClassName
{
border-color: #09681F;
}
</style>