Shades of Crusoe #09691B
Tints of Crusoe #09691B
RGB
CMYK
RGB Variations
Color information
#09691B (or 0x09691B) is known color: Crusoe. HEX triplet: 09, 69 and 1B. RGB value is (9,105,27). Sum of RGB (Red+Green+Blue) = 9+105+27=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #09691B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09691B is #F696E4. Grayscale: #434343. Windows color (decimal): -16160485 or 1796361. OLE color: 1796361.
HSL color Cylindrical-coordinate representation of color #09691B: hue angle of 131.25º 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 #09691B is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 27 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.59 |
| HSL | 131.25º | 0.84% | 0.22% | - |
| HSV(B) | 131.25º | 0.91% | 0.41% | - |
| XYZ | 5.36 | 10.24 | 2.73 | - |
| YUV | 67.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 27 | 0.91 | 0 | 0.74 | 0.59 | 131.25 | 0.84 | 0.22 |
| Hex | 9 | 69 | 1B | 5B | 0 | 4A | 3B | 83 | 54 | 16 |
| Octal | 11 | 151 | 33 | 133 | 0 | 112 | 73 | 203 | 124 | 26 |
| Binary | 1001 | 1101001 | 11011 | 1011011 | 0 | 1001010 | 111011 | 10000011 | 1010100 | 10110 |
Color Harmonies of #09691B
Complementary color
Monochromatic Colors of #09691B
Black with #09691B
Text Example
Text Example
White with #09691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09691B; }
p { color: rgb(9,105,27); }
H1.HeaderClassName
{
color: #09691B;
}
.AnyTagClassName
{
color: #09691B;
}
</style>
background-color css
<style>
a { background-color: #09691B; }
a { background-color: rgb(9,105,27); }
div.DivClassName
{
background-color: #09691B;
}
.BgClassName
{
background-color: #09691B;
}
</style>
border-color css
<style>
span { border-color: #09691B; }
span { border-color: rgb(9,105,27); }
td.TdClassName
{
border-color: #09691B;
}
.TagClassName
{
border-color: #09691B;
}
</style>