Shades of Crusoe #065321
Tints of Crusoe #065321
RGB
CMYK
RGB Variations
Color information
#065321 (or 0x065321) is known color: Crusoe. HEX triplet: 06, 53 and 21. RGB value is (6,83,33). Sum of RGB (Red+Green+Blue) = 6+83+33=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #065321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065321 is #F9ACDE. Grayscale: #363636. Windows color (decimal): -16362719 or 2183942. OLE color: 2183942.
HSL color Cylindrical-coordinate representation of color #065321: hue angle of 141.04º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065321 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 83 | 33 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.67 |
| HSL | 141.04º | 0.87% | 0.17% | - |
| HSV(B) | 141.04º | 0.93% | 0.33% | - |
| XYZ | 3.44 | 6.34 | 2.48 | - |
| YUV | 54.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 33 | 0.93 | 0 | 0.60 | 0.67 | 141.04 | 0.87 | 0.17 |
| Hex | 6 | 53 | 21 | 5D | 0 | 3C | 43 | 8D | 57 | 11 |
| Octal | 6 | 123 | 41 | 135 | 0 | 74 | 103 | 215 | 127 | 21 |
| Binary | 110 | 1010011 | 100001 | 1011101 | 0 | 111100 | 1000011 | 10001101 | 1010111 | 10001 |
Color Harmonies of #065321
Complementary color
Monochromatic Colors of #065321
Black with #065321
Text Example
Text Example
White with #065321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065321; }
p { color: rgb(6,83,33); }
H1.HeaderClassName
{
color: #065321;
}
.AnyTagClassName
{
color: #065321;
}
</style>
background-color css
<style>
a { background-color: #065321; }
a { background-color: rgb(6,83,33); }
div.DivClassName
{
background-color: #065321;
}
.BgClassName
{
background-color: #065321;
}
</style>
border-color css
<style>
span { border-color: #065321; }
span { border-color: rgb(6,83,33); }
td.TdClassName
{
border-color: #065321;
}
.TagClassName
{
border-color: #065321;
}
</style>