Shades of Crusoe #06711E
Tints of Crusoe #06711E
RGB
CMYK
RGB Variations
Color information
#06711E (or 0x06711E) is known color: Crusoe. HEX triplet: 06, 71 and 1E. RGB value is (6,113,30). Sum of RGB (Red+Green+Blue) = 6+113+30=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 113 (44.53% from 255 or 75.84% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 113 - color contains mainly: green. Hex color #06711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06711E is #F98EE1. Grayscale: #474747. Windows color (decimal): -16355042 or 1995014. OLE color: 1995014.
HSL color Cylindrical-coordinate representation of color #06711E: hue angle of 133.46º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06711E is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 113 | 30 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.56 |
| HSL | 133.46º | 0.9% | 0.23% | - |
| HSV(B) | 133.46º | 0.95% | 0.44% | - |
| XYZ | 6.21 | 11.94 | 3.21 | - |
| YUV | 71.55 | 104.55 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 30 | 0.95 | 0 | 0.73 | 0.56 | 133.46 | 0.9 | 0.23 |
| Hex | 6 | 71 | 1E | 5F | 0 | 49 | 38 | 85 | 5A | 17 |
| Octal | 6 | 161 | 36 | 137 | 0 | 111 | 70 | 205 | 132 | 27 |
| Binary | 110 | 1110001 | 11110 | 1011111 | 0 | 1001001 | 111000 | 10000101 | 1011010 | 10111 |
Color Harmonies of #06711E
Complementary color
Monochromatic Colors of #06711E
Black with #06711E
Text Example
Text Example
White with #06711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06711E; }
p { color: rgb(6,113,30); }
H1.HeaderClassName
{
color: #06711E;
}
.AnyTagClassName
{
color: #06711E;
}
</style>
background-color css
<style>
a { background-color: #06711E; }
a { background-color: rgb(6,113,30); }
div.DivClassName
{
background-color: #06711E;
}
.BgClassName
{
background-color: #06711E;
}
</style>
border-color css
<style>
span { border-color: #06711E; }
span { border-color: rgb(6,113,30); }
td.TdClassName
{
border-color: #06711E;
}
.TagClassName
{
border-color: #06711E;
}
</style>