Shades of Crusoe #09671C
Tints of Crusoe #09671C
RGB
CMYK
RGB Variations
Color information
#09671C (or 0x09671C) is known color: Crusoe. HEX triplet: 09, 67 and 1C. RGB value is (9,103,28). Sum of RGB (Red+Green+Blue) = 9+103+28=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 103 (40.62% from 255 or 73.57% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 103 - color contains mainly: green. Hex color #09671C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09671C is #F698E3. Grayscale: #424242. Windows color (decimal): -16160996 or 1861385. OLE color: 1861385.
HSL color Cylindrical-coordinate representation of color #09671C: hue angle of 132.13º 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 #09671C is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 103 | 28 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.60 |
| HSL | 132.13º | 0.84% | 0.22% | - |
| HSV(B) | 132.13º | 0.91% | 0.4% | - |
| XYZ | 5.17 | 9.84 | 2.73 | - |
| YUV | 66.34 | 106.36 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 28 | 0.91 | 0 | 0.73 | 0.60 | 132.13 | 0.84 | 0.22 |
| Hex | 9 | 67 | 1C | 5B | 0 | 49 | 3C | 84 | 54 | 16 |
| Octal | 11 | 147 | 34 | 133 | 0 | 111 | 74 | 204 | 124 | 26 |
| Binary | 1001 | 1100111 | 11100 | 1011011 | 0 | 1001001 | 111100 | 10000100 | 1010100 | 10110 |
Color Harmonies of #09671C
Complementary color
Monochromatic Colors of #09671C
Black with #09671C
Text Example
Text Example
White with #09671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09671C; }
p { color: rgb(9,103,28); }
H1.HeaderClassName
{
color: #09671C;
}
.AnyTagClassName
{
color: #09671C;
}
</style>
background-color css
<style>
a { background-color: #09671C; }
a { background-color: rgb(9,103,28); }
div.DivClassName
{
background-color: #09671C;
}
.BgClassName
{
background-color: #09671C;
}
</style>
border-color css
<style>
span { border-color: #09671C; }
span { border-color: rgb(9,103,28); }
td.TdClassName
{
border-color: #09671C;
}
.TagClassName
{
border-color: #09671C;
}
</style>