Shades of Crusoe #06682F
Tints of Crusoe #06682F
RGB
CMYK
RGB Variations
Color information
#06682F (or 0x06682F) is known color: Crusoe. HEX triplet: 06, 68 and 2F. RGB value is (6,104,47). Sum of RGB (Red+Green+Blue) = 6+104+47=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #06682F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06682F is #F997D0. Grayscale: #444444. Windows color (decimal): -16357329 or 3106822. OLE color: 3106822.
HSL color Cylindrical-coordinate representation of color #06682F: hue angle of 145.1º 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 #06682F is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 47 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.59 |
| HSL | 145.1º | 0.89% | 0.22% | - |
| HSV(B) | 145.1º | 0.94% | 0.41% | - |
| XYZ | 5.54 | 10.14 | 4.36 | - |
| YUV | 68.2 | 116.03 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 47 | 0.94 | 0 | 0.55 | 0.59 | 145.1 | 0.89 | 0.22 |
| Hex | 6 | 68 | 2F | 5E | 0 | 37 | 3B | 91 | 59 | 16 |
| Octal | 6 | 150 | 57 | 136 | 0 | 67 | 73 | 221 | 131 | 26 |
| Binary | 110 | 1101000 | 101111 | 1011110 | 0 | 110111 | 111011 | 10010001 | 1011001 | 10110 |
Color Harmonies of #06682F
Complementary color
Monochromatic Colors of #06682F
Black with #06682F
Text Example
Text Example
White with #06682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06682F; }
p { color: rgb(6,104,47); }
H1.HeaderClassName
{
color: #06682F;
}
.AnyTagClassName
{
color: #06682F;
}
</style>
background-color css
<style>
a { background-color: #06682F; }
a { background-color: rgb(6,104,47); }
div.DivClassName
{
background-color: #06682F;
}
.BgClassName
{
background-color: #06682F;
}
</style>
border-color css
<style>
span { border-color: #06682F; }
span { border-color: rgb(6,104,47); }
td.TdClassName
{
border-color: #06682F;
}
.TagClassName
{
border-color: #06682F;
}
</style>