Shades of Crusoe #065717
Tints of Crusoe #065717
RGB
CMYK
RGB Variations
Color information
#065717 (or 0x065717) is known color: Crusoe. HEX triplet: 06, 57 and 17. RGB value is (6,87,23). Sum of RGB (Red+Green+Blue) = 6+87+23=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 87 (34.38% from 255 or 75% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 87 - color contains mainly: green. Hex color #065717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065717 is #F9A8E8. Grayscale: #373737. Windows color (decimal): -16361705 or 1529606. OLE color: 1529606.
HSL color Cylindrical-coordinate representation of color #065717: hue angle of 132.59º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065717 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 87 | 23 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.66 |
| HSL | 132.59º | 0.87% | 0.18% | - |
| HSV(B) | 132.59º | 0.93% | 0.34% | - |
| XYZ | 3.64 | 6.92 | 1.95 | - |
| YUV | 55.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 87 | 23 | 0.93 | 0 | 0.74 | 0.66 | 132.59 | 0.87 | 0.18 |
| Hex | 6 | 57 | 17 | 5D | 0 | 4A | 42 | 85 | 57 | 12 |
| Octal | 6 | 127 | 27 | 135 | 0 | 112 | 102 | 205 | 127 | 22 |
| Binary | 110 | 1010111 | 10111 | 1011101 | 0 | 1001010 | 1000010 | 10000101 | 1010111 | 10010 |
Color Harmonies of #065717
Complementary color
Monochromatic Colors of #065717
Black with #065717
Text Example
Text Example
White with #065717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065717; }
p { color: rgb(6,87,23); }
H1.HeaderClassName
{
color: #065717;
}
.AnyTagClassName
{
color: #065717;
}
</style>
background-color css
<style>
a { background-color: #065717; }
a { background-color: rgb(6,87,23); }
div.DivClassName
{
background-color: #065717;
}
.BgClassName
{
background-color: #065717;
}
</style>
border-color css
<style>
span { border-color: #065717; }
span { border-color: rgb(6,87,23); }
td.TdClassName
{
border-color: #065717;
}
.TagClassName
{
border-color: #065717;
}
</style>