Shades of Crusoe #06711D
Tints of Crusoe #06711D
RGB
CMYK
RGB Variations
Color information
#06711D (or 0x06711D) is known color: Crusoe. HEX triplet: 06, 71 and 1D. RGB value is (6,113,29). Sum of RGB (Red+Green+Blue) = 6+113+29=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 113 (44.53% from 255 or 76.35% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 113 - color contains mainly: green. Hex color #06711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06711D is #F98EE2. Grayscale: #474747. Windows color (decimal): -16355043 or 1929478. OLE color: 1929478.
HSL color Cylindrical-coordinate representation of color #06711D: hue angle of 132.9º 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 #06711D is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 113 | 29 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.56 |
| HSL | 132.9º | 0.9% | 0.23% | - |
| HSV(B) | 132.9º | 0.95% | 0.44% | - |
| XYZ | 6.2 | 11.94 | 3.14 | - |
| YUV | 71.43 | 104.05 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 29 | 0.95 | 0 | 0.74 | 0.56 | 132.9 | 0.9 | 0.23 |
| Hex | 6 | 71 | 1D | 5F | 0 | 4A | 38 | 85 | 5A | 17 |
| Octal | 6 | 161 | 35 | 137 | 0 | 112 | 70 | 205 | 132 | 27 |
| Binary | 110 | 1110001 | 11101 | 1011111 | 0 | 1001010 | 111000 | 10000101 | 1011010 | 10111 |
Color Harmonies of #06711D
Complementary color
Monochromatic Colors of #06711D
Black with #06711D
Text Example
Text Example
White with #06711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06711D; }
p { color: rgb(6,113,29); }
H1.HeaderClassName
{
color: #06711D;
}
.AnyTagClassName
{
color: #06711D;
}
</style>
background-color css
<style>
a { background-color: #06711D; }
a { background-color: rgb(6,113,29); }
div.DivClassName
{
background-color: #06711D;
}
.BgClassName
{
background-color: #06711D;
}
</style>
border-color css
<style>
span { border-color: #06711D; }
span { border-color: rgb(6,113,29); }
td.TdClassName
{
border-color: #06711D;
}
.TagClassName
{
border-color: #06711D;
}
</style>