Shades of Crusoe #09611D
Tints of Crusoe #09611D
RGB
CMYK
RGB Variations
Color information
#09611D (or 0x09611D) is known color: Crusoe. HEX triplet: 09, 61 and 1D. RGB value is (9,97,29). Sum of RGB (Red+Green+Blue) = 9+97+29=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #09611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09611D is #F69EE2. Grayscale: #3F3F3F. Windows color (decimal): -16162531 or 1925385. OLE color: 1925385.
HSL color Cylindrical-coordinate representation of color #09611D: hue angle of 133.64º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09611D is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 29 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.62 |
| HSL | 133.64º | 0.83% | 0.21% | - |
| HSV(B) | 133.64º | 0.91% | 0.38% | - |
| XYZ | 4.61 | 8.7 | 2.6 | - |
| YUV | 62.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 29 | 0.91 | 0 | 0.70 | 0.62 | 133.64 | 0.83 | 0.21 |
| Hex | 9 | 61 | 1D | 5B | 0 | 46 | 3E | 86 | 53 | 15 |
| Octal | 11 | 141 | 35 | 133 | 0 | 106 | 76 | 206 | 123 | 25 |
| Binary | 1001 | 1100001 | 11101 | 1011011 | 0 | 1000110 | 111110 | 10000110 | 1010011 | 10101 |
Color Harmonies of #09611D
Complementary color
Monochromatic Colors of #09611D
Black with #09611D
Text Example
Text Example
White with #09611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09611D; }
p { color: rgb(9,97,29); }
H1.HeaderClassName
{
color: #09611D;
}
.AnyTagClassName
{
color: #09611D;
}
</style>
background-color css
<style>
a { background-color: #09611D; }
a { background-color: rgb(9,97,29); }
div.DivClassName
{
background-color: #09611D;
}
.BgClassName
{
background-color: #09611D;
}
</style>
border-color css
<style>
span { border-color: #09611D; }
span { border-color: rgb(9,97,29); }
td.TdClassName
{
border-color: #09611D;
}
.TagClassName
{
border-color: #09611D;
}
</style>