Shades of Crusoe #09641E
Tints of Crusoe #09641E
RGB
CMYK
RGB Variations
Color information
#09641E (or 0x09641E) is known color: Crusoe. HEX triplet: 09, 64 and 1E. RGB value is (9,100,30). Sum of RGB (Red+Green+Blue) = 9+100+30=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 100 (39.45% from 255 or 71.94% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 100 - color contains mainly: green. Hex color #09641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09641E is #F69BE1. Grayscale: #414141. Windows color (decimal): -16161762 or 1991689. OLE color: 1991689.
HSL color Cylindrical-coordinate representation of color #09641E: hue angle of 133.85º 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 #09641E is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 30 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.61 |
| HSL | 133.85º | 0.83% | 0.21% | - |
| HSV(B) | 133.85º | 0.91% | 0.39% | - |
| XYZ | 4.9 | 9.27 | 2.76 | - |
| YUV | 64.81 | 108.35 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 30 | 0.91 | 0 | 0.70 | 0.61 | 133.85 | 0.83 | 0.21 |
| Hex | 9 | 64 | 1E | 5B | 0 | 46 | 3D | 86 | 53 | 15 |
| Octal | 11 | 144 | 36 | 133 | 0 | 106 | 75 | 206 | 123 | 25 |
| Binary | 1001 | 1100100 | 11110 | 1011011 | 0 | 1000110 | 111101 | 10000110 | 1010011 | 10101 |
Color Harmonies of #09641E
Complementary color
Monochromatic Colors of #09641E
Black with #09641E
Text Example
Text Example
White with #09641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09641E; }
p { color: rgb(9,100,30); }
H1.HeaderClassName
{
color: #09641E;
}
.AnyTagClassName
{
color: #09641E;
}
</style>
background-color css
<style>
a { background-color: #09641E; }
a { background-color: rgb(9,100,30); }
div.DivClassName
{
background-color: #09641E;
}
.BgClassName
{
background-color: #09641E;
}
</style>
border-color css
<style>
span { border-color: #09641E; }
span { border-color: rgb(9,100,30); }
td.TdClassName
{
border-color: #09641E;
}
.TagClassName
{
border-color: #09641E;
}
</style>