Shades of Crusoe #09641D
Tints of Crusoe #09641D
RGB
CMYK
RGB Variations
Color information
#09641D (or 0x09641D) is known color: Crusoe. HEX triplet: 09, 64 and 1D. RGB value is (9,100,29). Sum of RGB (Red+Green+Blue) = 9+100+29=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 100 (39.45% from 255 or 72.46% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 100 - color contains mainly: green. Hex color #09641D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09641D is #F69BE2. Grayscale: #404040. Windows color (decimal): -16161763 or 1926153. OLE color: 1926153.
HSL color Cylindrical-coordinate representation of color #09641D: hue angle of 133.19º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09641D is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 29 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.61 |
| HSL | 133.19º | 0.83% | 0.21% | - |
| HSV(B) | 133.19º | 0.91% | 0.39% | - |
| XYZ | 4.89 | 9.26 | 2.69 | - |
| YUV | 64.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 29 | 0.91 | 0 | 0.71 | 0.61 | 133.19 | 0.83 | 0.21 |
| Hex | 9 | 64 | 1D | 5B | 0 | 47 | 3D | 85 | 53 | 15 |
| Octal | 11 | 144 | 35 | 133 | 0 | 107 | 75 | 205 | 123 | 25 |
| Binary | 1001 | 1100100 | 11101 | 1011011 | 0 | 1000111 | 111101 | 10000101 | 1010011 | 10101 |
Color Harmonies of #09641D
Complementary color
Monochromatic Colors of #09641D
Black with #09641D
Text Example
Text Example
White with #09641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09641D; }
p { color: rgb(9,100,29); }
H1.HeaderClassName
{
color: #09641D;
}
.AnyTagClassName
{
color: #09641D;
}
</style>
background-color css
<style>
a { background-color: #09641D; }
a { background-color: rgb(9,100,29); }
div.DivClassName
{
background-color: #09641D;
}
.BgClassName
{
background-color: #09641D;
}
</style>
border-color css
<style>
span { border-color: #09641D; }
span { border-color: rgb(9,100,29); }
td.TdClassName
{
border-color: #09641D;
}
.TagClassName
{
border-color: #09641D;
}
</style>