Shades of Crusoe #09601D
Tints of Crusoe #09601D
RGB
CMYK
RGB Variations
Color information
#09601D (or 0x09601D) is known color: Crusoe. HEX triplet: 09, 60 and 1D. RGB value is (9,96,29). Sum of RGB (Red+Green+Blue) = 9+96+29=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #09601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09601D is #F69FE2. Grayscale: #3E3E3E. Windows color (decimal): -16162787 or 1925129. OLE color: 1925129.
HSL color Cylindrical-coordinate representation of color #09601D: hue angle of 133.79º 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 #09601D is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 29 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.62 |
| HSL | 133.79º | 0.83% | 0.21% | - |
| HSV(B) | 133.79º | 0.91% | 0.38% | - |
| XYZ | 4.52 | 8.51 | 2.57 | - |
| YUV | 62.35 | 109.18 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 29 | 0.91 | 0 | 0.70 | 0.62 | 133.79 | 0.83 | 0.21 |
| Hex | 9 | 60 | 1D | 5B | 0 | 46 | 3E | 86 | 53 | 15 |
| Octal | 11 | 140 | 35 | 133 | 0 | 106 | 76 | 206 | 123 | 25 |
| Binary | 1001 | 1100000 | 11101 | 1011011 | 0 | 1000110 | 111110 | 10000110 | 1010011 | 10101 |
Color Harmonies of #09601D
Complementary color
Monochromatic Colors of #09601D
Black with #09601D
Text Example
Text Example
White with #09601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09601D; }
p { color: rgb(9,96,29); }
H1.HeaderClassName
{
color: #09601D;
}
.AnyTagClassName
{
color: #09601D;
}
</style>
background-color css
<style>
a { background-color: #09601D; }
a { background-color: rgb(9,96,29); }
div.DivClassName
{
background-color: #09601D;
}
.BgClassName
{
background-color: #09601D;
}
</style>
border-color css
<style>
span { border-color: #09601D; }
span { border-color: rgb(9,96,29); }
td.TdClassName
{
border-color: #09601D;
}
.TagClassName
{
border-color: #09601D;
}
</style>