Shades of Crusoe #09661B
Tints of Crusoe #09661B
RGB
CMYK
RGB Variations
Color information
#09661B (or 0x09661B) is known color: Crusoe. HEX triplet: 09, 66 and 1B. RGB value is (9,102,27). Sum of RGB (Red+Green+Blue) = 9+102+27=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #09661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09661B is #F699E4. Grayscale: #414141. Windows color (decimal): -16161253 or 1795593. OLE color: 1795593.
HSL color Cylindrical-coordinate representation of color #09661B: hue angle of 131.61º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09661B is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 27 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.6 |
| HSL | 131.61º | 0.84% | 0.22% | - |
| HSV(B) | 131.61º | 0.91% | 0.4% | - |
| XYZ | 5.06 | 9.64 | 2.63 | - |
| YUV | 65.64 | 106.19 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 27 | 0.91 | 0 | 0.74 | 0.6 | 131.61 | 0.84 | 0.22 |
| Hex | 9 | 66 | 1B | 5B | 0 | 4A | 3C | 84 | 54 | 16 |
| Octal | 11 | 146 | 33 | 133 | 0 | 112 | 74 | 204 | 124 | 26 |
| Binary | 1001 | 1100110 | 11011 | 1011011 | 0 | 1001010 | 111100 | 10000100 | 1010100 | 10110 |
Color Harmonies of #09661B
Complementary color
Monochromatic Colors of #09661B
Black with #09661B
Text Example
Text Example
White with #09661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09661B; }
p { color: rgb(9,102,27); }
H1.HeaderClassName
{
color: #09661B;
}
.AnyTagClassName
{
color: #09661B;
}
</style>
background-color css
<style>
a { background-color: #09661B; }
a { background-color: rgb(9,102,27); }
div.DivClassName
{
background-color: #09661B;
}
.BgClassName
{
background-color: #09661B;
}
</style>
border-color css
<style>
span { border-color: #09661B; }
span { border-color: rgb(9,102,27); }
td.TdClassName
{
border-color: #09661B;
}
.TagClassName
{
border-color: #09661B;
}
</style>