Shades of Crusoe #095627
Tints of Crusoe #095627
RGB
CMYK
RGB Variations
Color information
#095627 (or 0x095627) is known color: Crusoe. HEX triplet: 09, 56 and 27. RGB value is (9,86,39). Sum of RGB (Red+Green+Blue) = 9+86+39=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 86 (33.98% from 255 or 64.18% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 86 - color contains mainly: green. Hex color #095627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095627 is #F6A9D8. Grayscale: #393939. Windows color (decimal): -16165337 or 2577929. OLE color: 2577929.
HSL color Cylindrical-coordinate representation of color #095627: hue angle of 143.38º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095627 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 86 | 39 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.66 |
| HSL | 143.38º | 0.81% | 0.19% | - |
| HSV(B) | 143.38º | 0.9% | 0.34% | - |
| XYZ | 3.81 | 6.86 | 3.04 | - |
| YUV | 57.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 39 | 0.90 | 0 | 0.55 | 0.66 | 143.38 | 0.81 | 0.19 |
| Hex | 9 | 56 | 27 | 5A | 0 | 37 | 42 | 8F | 51 | 13 |
| Octal | 11 | 126 | 47 | 132 | 0 | 67 | 102 | 217 | 121 | 23 |
| Binary | 1001 | 1010110 | 100111 | 1011010 | 0 | 110111 | 1000010 | 10001111 | 1010001 | 10011 |
Color Harmonies of #095627
Complementary color
Monochromatic Colors of #095627
Black with #095627
Text Example
Text Example
White with #095627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095627; }
p { color: rgb(9,86,39); }
H1.HeaderClassName
{
color: #095627;
}
.AnyTagClassName
{
color: #095627;
}
</style>
background-color css
<style>
a { background-color: #095627; }
a { background-color: rgb(9,86,39); }
div.DivClassName
{
background-color: #095627;
}
.BgClassName
{
background-color: #095627;
}
</style>
border-color css
<style>
span { border-color: #095627; }
span { border-color: rgb(9,86,39); }
td.TdClassName
{
border-color: #095627;
}
.TagClassName
{
border-color: #095627;
}
</style>