Shades of Crusoe #06662B
Tints of Crusoe #06662B
RGB
CMYK
RGB Variations
Color information
#06662B (or 0x06662B) is known color: Crusoe. HEX triplet: 06, 66 and 2B. RGB value is (6,102,43). Sum of RGB (Red+Green+Blue) = 6+102+43=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #06662B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06662B is #F999D4. Grayscale: #424242. Windows color (decimal): -16357845 or 2844166. OLE color: 2844166.
HSL color Cylindrical-coordinate representation of color #06662B: hue angle of 143.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06662B is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 43 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.6 |
| HSL | 143.13º | 0.89% | 0.21% | - |
| HSV(B) | 143.13º | 0.94% | 0.4% | - |
| XYZ | 5.26 | 9.72 | 3.88 | - |
| YUV | 66.57 | 114.7 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 43 | 0.94 | 0 | 0.58 | 0.6 | 143.13 | 0.89 | 0.21 |
| Hex | 6 | 66 | 2B | 5E | 0 | 3A | 3C | 8F | 59 | 15 |
| Octal | 6 | 146 | 53 | 136 | 0 | 72 | 74 | 217 | 131 | 25 |
| Binary | 110 | 1100110 | 101011 | 1011110 | 0 | 111010 | 111100 | 10001111 | 1011001 | 10101 |
Color Harmonies of #06662B
Complementary color
Monochromatic Colors of #06662B
Black with #06662B
Text Example
Text Example
White with #06662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06662B; }
p { color: rgb(6,102,43); }
H1.HeaderClassName
{
color: #06662B;
}
.AnyTagClassName
{
color: #06662B;
}
</style>
background-color css
<style>
a { background-color: #06662B; }
a { background-color: rgb(6,102,43); }
div.DivClassName
{
background-color: #06662B;
}
.BgClassName
{
background-color: #06662B;
}
</style>
border-color css
<style>
span { border-color: #06662B; }
span { border-color: rgb(6,102,43); }
td.TdClassName
{
border-color: #06662B;
}
.TagClassName
{
border-color: #06662B;
}
</style>