Shades of Crusoe #06571E
Tints of Crusoe #06571E
RGB
CMYK
RGB Variations
Color information
#06571E (or 0x06571E) is known color: Crusoe. HEX triplet: 06, 57 and 1E. RGB value is (6,87,30). Sum of RGB (Red+Green+Blue) = 6+87+30=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #06571E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06571E is #F9A8E1. Grayscale: #383838. Windows color (decimal): -16361698 or 1988358. OLE color: 1988358.
HSL color Cylindrical-coordinate representation of color #06571E: hue angle of 137.78º 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 #06571E is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 87 | 30 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.66 |
| HSL | 137.78º | 0.87% | 0.18% | - |
| HSV(B) | 137.78º | 0.93% | 0.34% | - |
| XYZ | 3.72 | 6.95 | 2.37 | - |
| YUV | 56.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 87 | 30 | 0.93 | 0 | 0.66 | 0.66 | 137.78 | 0.87 | 0.18 |
| Hex | 6 | 57 | 1E | 5D | 0 | 42 | 42 | 8A | 57 | 12 |
| Octal | 6 | 127 | 36 | 135 | 0 | 102 | 102 | 212 | 127 | 22 |
| Binary | 110 | 1010111 | 11110 | 1011101 | 0 | 1000010 | 1000010 | 10001010 | 1010111 | 10010 |
Color Harmonies of #06571E
Complementary color
Monochromatic Colors of #06571E
Black with #06571E
Text Example
Text Example
White with #06571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06571E; }
p { color: rgb(6,87,30); }
H1.HeaderClassName
{
color: #06571E;
}
.AnyTagClassName
{
color: #06571E;
}
</style>
background-color css
<style>
a { background-color: #06571E; }
a { background-color: rgb(6,87,30); }
div.DivClassName
{
background-color: #06571E;
}
.BgClassName
{
background-color: #06571E;
}
</style>
border-color css
<style>
span { border-color: #06571E; }
span { border-color: rgb(6,87,30); }
td.TdClassName
{
border-color: #06571E;
}
.TagClassName
{
border-color: #06571E;
}
</style>