Shades of Crusoe #06681E
Tints of Crusoe #06681E
RGB
CMYK
RGB Variations
Color information
#06681E (or 0x06681E) is known color: Crusoe. HEX triplet: 06, 68 and 1E. RGB value is (6,104,30). Sum of RGB (Red+Green+Blue) = 6+104+30=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 104 (41.02% from 255 or 74.29% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 104 - color contains mainly: green. Hex color #06681E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06681E is #F997E1. Grayscale: #424242. Windows color (decimal): -16357346 or 1992710. OLE color: 1992710.
HSL color Cylindrical-coordinate representation of color #06681E: hue angle of 134.69º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06681E is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 30 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.59 |
| HSL | 134.69º | 0.89% | 0.22% | - |
| HSV(B) | 134.69º | 0.94% | 0.41% | - |
| XYZ | 5.26 | 10.03 | 2.89 | - |
| YUV | 66.26 | 107.53 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 30 | 0.94 | 0 | 0.71 | 0.59 | 134.69 | 0.89 | 0.22 |
| Hex | 6 | 68 | 1E | 5E | 0 | 47 | 3B | 87 | 59 | 16 |
| Octal | 6 | 150 | 36 | 136 | 0 | 107 | 73 | 207 | 131 | 26 |
| Binary | 110 | 1101000 | 11110 | 1011110 | 0 | 1000111 | 111011 | 10000111 | 1011001 | 10110 |
Color Harmonies of #06681E
Complementary color
Monochromatic Colors of #06681E
Black with #06681E
Text Example
Text Example
White with #06681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06681E; }
p { color: rgb(6,104,30); }
H1.HeaderClassName
{
color: #06681E;
}
.AnyTagClassName
{
color: #06681E;
}
</style>
background-color css
<style>
a { background-color: #06681E; }
a { background-color: rgb(6,104,30); }
div.DivClassName
{
background-color: #06681E;
}
.BgClassName
{
background-color: #06681E;
}
</style>
border-color css
<style>
span { border-color: #06681E; }
span { border-color: rgb(6,104,30); }
td.TdClassName
{
border-color: #06681E;
}
.TagClassName
{
border-color: #06681E;
}
</style>