Shades of Crusoe #06572E
Tints of Crusoe #06572E
RGB
CMYK
RGB Variations
Color information
#06572E (or 0x06572E) is known color: Crusoe. HEX triplet: 06, 57 and 2E. RGB value is (6,87,46). Sum of RGB (Red+Green+Blue) = 6+87+46=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 87 (34.38% from 255 or 62.59% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 87 - color contains mainly: green. Hex color #06572E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06572E is #F9A8D1. Grayscale: #3A3A3A. Windows color (decimal): -16361682 or 3036934. OLE color: 3036934.
HSL color Cylindrical-coordinate representation of color #06572E: hue angle of 149.63º 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 #06572E is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 87 | 46 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.66 |
| HSL | 149.63º | 0.87% | 0.18% | - |
| HSV(B) | 149.63º | 0.93% | 0.34% | - |
| XYZ | 3.98 | 7.05 | 3.74 | - |
| YUV | 58.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 87 | 46 | 0.93 | 0 | 0.47 | 0.66 | 149.63 | 0.87 | 0.18 |
| Hex | 6 | 57 | 2E | 5D | 0 | 2F | 42 | 96 | 57 | 12 |
| Octal | 6 | 127 | 56 | 135 | 0 | 57 | 102 | 226 | 127 | 22 |
| Binary | 110 | 1010111 | 101110 | 1011101 | 0 | 101111 | 1000010 | 10010110 | 1010111 | 10010 |
Color Harmonies of #06572E
Complementary color
Monochromatic Colors of #06572E
Black with #06572E
Text Example
Text Example
White with #06572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06572E; }
p { color: rgb(6,87,46); }
H1.HeaderClassName
{
color: #06572E;
}
.AnyTagClassName
{
color: #06572E;
}
</style>
background-color css
<style>
a { background-color: #06572E; }
a { background-color: rgb(6,87,46); }
div.DivClassName
{
background-color: #06572E;
}
.BgClassName
{
background-color: #06572E;
}
</style>
border-color css
<style>
span { border-color: #06572E; }
span { border-color: rgb(6,87,46); }
td.TdClassName
{
border-color: #06572E;
}
.TagClassName
{
border-color: #06572E;
}
</style>