Shades of Crusoe #09691D
Tints of Crusoe #09691D
RGB
CMYK
RGB Variations
Color information
#09691D (or 0x09691D) is known color: Crusoe. HEX triplet: 09, 69 and 1D. RGB value is (9,105,29). Sum of RGB (Red+Green+Blue) = 9+105+29=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 105 (41.41% from 255 or 73.43% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 105 - color contains mainly: green. Hex color #09691D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09691D is #F696E2. Grayscale: #434343. Windows color (decimal): -16160483 or 1927433. OLE color: 1927433.
HSL color Cylindrical-coordinate representation of color #09691D: hue angle of 132.5º 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 #09691D is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 29 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.59 |
| HSL | 132.5º | 0.84% | 0.22% | - |
| HSV(B) | 132.5º | 0.91% | 0.41% | - |
| XYZ | 5.39 | 10.25 | 2.86 | - |
| YUV | 67.63 | 106.2 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 29 | 0.91 | 0 | 0.72 | 0.59 | 132.5 | 0.84 | 0.22 |
| Hex | 9 | 69 | 1D | 5B | 0 | 48 | 3B | 84 | 54 | 16 |
| Octal | 11 | 151 | 35 | 133 | 0 | 110 | 73 | 204 | 124 | 26 |
| Binary | 1001 | 1101001 | 11101 | 1011011 | 0 | 1001000 | 111011 | 10000100 | 1010100 | 10110 |
Color Harmonies of #09691D
Complementary color
Monochromatic Colors of #09691D
Black with #09691D
Text Example
Text Example
White with #09691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09691D; }
p { color: rgb(9,105,29); }
H1.HeaderClassName
{
color: #09691D;
}
.AnyTagClassName
{
color: #09691D;
}
</style>
background-color css
<style>
a { background-color: #09691D; }
a { background-color: rgb(9,105,29); }
div.DivClassName
{
background-color: #09691D;
}
.BgClassName
{
background-color: #09691D;
}
</style>
border-color css
<style>
span { border-color: #09691D; }
span { border-color: rgb(9,105,29); }
td.TdClassName
{
border-color: #09691D;
}
.TagClassName
{
border-color: #09691D;
}
</style>