Shades of Crusoe #06682E
Tints of Crusoe #06682E
RGB
CMYK
RGB Variations
Color information
#06682E (or 0x06682E) is known color: Crusoe. HEX triplet: 06, 68 and 2E. RGB value is (6,104,46). Sum of RGB (Red+Green+Blue) = 6+104+46=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #06682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06682E is #F997D1. Grayscale: #444444. Windows color (decimal): -16357330 or 3041286. OLE color: 3041286.
HSL color Cylindrical-coordinate representation of color #06682E: hue angle of 144.49º 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 #06682E is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 46 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.59 |
| HSL | 144.49º | 0.89% | 0.22% | - |
| HSV(B) | 144.49º | 0.94% | 0.41% | - |
| XYZ | 5.52 | 10.14 | 4.25 | - |
| YUV | 68.09 | 115.53 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 46 | 0.94 | 0 | 0.56 | 0.59 | 144.49 | 0.89 | 0.22 |
| Hex | 6 | 68 | 2E | 5E | 0 | 38 | 3B | 90 | 59 | 16 |
| Octal | 6 | 150 | 56 | 136 | 0 | 70 | 73 | 220 | 131 | 26 |
| Binary | 110 | 1101000 | 101110 | 1011110 | 0 | 111000 | 111011 | 10010000 | 1011001 | 10110 |
Color Harmonies of #06682E
Complementary color
Monochromatic Colors of #06682E
Black with #06682E
Text Example
Text Example
White with #06682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06682E; }
p { color: rgb(6,104,46); }
H1.HeaderClassName
{
color: #06682E;
}
.AnyTagClassName
{
color: #06682E;
}
</style>
background-color css
<style>
a { background-color: #06682E; }
a { background-color: rgb(6,104,46); }
div.DivClassName
{
background-color: #06682E;
}
.BgClassName
{
background-color: #06682E;
}
</style>
border-color css
<style>
span { border-color: #06682E; }
span { border-color: rgb(6,104,46); }
td.TdClassName
{
border-color: #06682E;
}
.TagClassName
{
border-color: #06682E;
}
</style>