Shades of Crusoe #06701E
Tints of Crusoe #06701E
RGB
CMYK
RGB Variations
Color information
#06701E (or 0x06701E) is known color: Crusoe. HEX triplet: 06, 70 and 1E. RGB value is (6,112,30). Sum of RGB (Red+Green+Blue) = 6+112+30=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #06701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06701E is #F98FE1. Grayscale: #474747. Windows color (decimal): -16355298 or 1994758. OLE color: 1994758.
HSL color Cylindrical-coordinate representation of color #06701E: hue angle of 133.58º 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 #06701E is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 30 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.56 |
| HSL | 133.58º | 0.9% | 0.23% | - |
| HSV(B) | 133.58º | 0.95% | 0.44% | - |
| XYZ | 6.1 | 11.72 | 3.17 | - |
| YUV | 70.96 | 104.88 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 30 | 0.95 | 0 | 0.73 | 0.56 | 133.58 | 0.9 | 0.23 |
| Hex | 6 | 70 | 1E | 5F | 0 | 49 | 38 | 86 | 5A | 17 |
| Octal | 6 | 160 | 36 | 137 | 0 | 111 | 70 | 206 | 132 | 27 |
| Binary | 110 | 1110000 | 11110 | 1011111 | 0 | 1001001 | 111000 | 10000110 | 1011010 | 10111 |
Color Harmonies of #06701E
Complementary color
Monochromatic Colors of #06701E
Black with #06701E
Text Example
Text Example
White with #06701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06701E; }
p { color: rgb(6,112,30); }
H1.HeaderClassName
{
color: #06701E;
}
.AnyTagClassName
{
color: #06701E;
}
</style>
background-color css
<style>
a { background-color: #06701E; }
a { background-color: rgb(6,112,30); }
div.DivClassName
{
background-color: #06701E;
}
.BgClassName
{
background-color: #06701E;
}
</style>
border-color css
<style>
span { border-color: #06701E; }
span { border-color: rgb(6,112,30); }
td.TdClassName
{
border-color: #06701E;
}
.TagClassName
{
border-color: #06701E;
}
</style>