Shades of Crusoe #065721
Tints of Crusoe #065721
RGB
CMYK
RGB Variations
Color information
#065721 (or 0x065721) is known color: Crusoe. HEX triplet: 06, 57 and 21. RGB value is (6,87,33). Sum of RGB (Red+Green+Blue) = 6+87+33=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 87 (34.38% from 255 or 69.05% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 87 - color contains mainly: green. Hex color #065721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065721 is #F9A8DE. Grayscale: #383838. Windows color (decimal): -16361695 or 2184966. OLE color: 2184966.
HSL color Cylindrical-coordinate representation of color #065721: hue angle of 140º 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 #065721 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 87 | 33 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.66 |
| HSL | 140º | 0.87% | 0.18% | - |
| HSV(B) | 140º | 0.93% | 0.34% | - |
| XYZ | 3.76 | 6.96 | 2.59 | - |
| YUV | 56.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 87 | 33 | 0.93 | 0 | 0.62 | 0.66 | 140 | 0.87 | 0.18 |
| Hex | 6 | 57 | 21 | 5D | 0 | 3E | 42 | 8C | 57 | 12 |
| Octal | 6 | 127 | 41 | 135 | 0 | 76 | 102 | 214 | 127 | 22 |
| Binary | 110 | 1010111 | 100001 | 1011101 | 0 | 111110 | 1000010 | 10001100 | 1010111 | 10010 |
Color Harmonies of #065721
Complementary color
Monochromatic Colors of #065721
Black with #065721
Text Example
Text Example
White with #065721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065721; }
p { color: rgb(6,87,33); }
H1.HeaderClassName
{
color: #065721;
}
.AnyTagClassName
{
color: #065721;
}
</style>
background-color css
<style>
a { background-color: #065721; }
a { background-color: rgb(6,87,33); }
div.DivClassName
{
background-color: #065721;
}
.BgClassName
{
background-color: #065721;
}
</style>
border-color css
<style>
span { border-color: #065721; }
span { border-color: rgb(6,87,33); }
td.TdClassName
{
border-color: #065721;
}
.TagClassName
{
border-color: #065721;
}
</style>