Shades of Crusoe #06662A
Tints of Crusoe #06662A
RGB
CMYK
RGB Variations
Color information
#06662A (or 0x06662A) is known color: Crusoe. HEX triplet: 06, 66 and 2A. RGB value is (6,102,42). Sum of RGB (Red+Green+Blue) = 6+102+42=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 102 (40.23% from 255 or 68% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 102 - color contains mainly: green. Hex color #06662A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06662A is #F999D5. Grayscale: #424242. Windows color (decimal): -16357846 or 2778630. OLE color: 2778630.
HSL color Cylindrical-coordinate representation of color #06662A: hue angle of 142.5º 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 #06662A is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 42 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.6 |
| HSL | 142.5º | 0.89% | 0.21% | - |
| HSV(B) | 142.5º | 0.94% | 0.4% | - |
| XYZ | 5.24 | 9.71 | 3.79 | - |
| YUV | 66.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 42 | 0.94 | 0 | 0.59 | 0.6 | 142.5 | 0.89 | 0.21 |
| Hex | 6 | 66 | 2A | 5E | 0 | 3B | 3C | 8E | 59 | 15 |
| Octal | 6 | 146 | 52 | 136 | 0 | 73 | 74 | 216 | 131 | 25 |
| Binary | 110 | 1100110 | 101010 | 1011110 | 0 | 111011 | 111100 | 10001110 | 1011001 | 10101 |
Color Harmonies of #06662A
Complementary color
Monochromatic Colors of #06662A
Black with #06662A
Text Example
Text Example
White with #06662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06662A; }
p { color: rgb(6,102,42); }
H1.HeaderClassName
{
color: #06662A;
}
.AnyTagClassName
{
color: #06662A;
}
</style>
background-color css
<style>
a { background-color: #06662A; }
a { background-color: rgb(6,102,42); }
div.DivClassName
{
background-color: #06662A;
}
.BgClassName
{
background-color: #06662A;
}
</style>
border-color css
<style>
span { border-color: #06662A; }
span { border-color: rgb(6,102,42); }
td.TdClassName
{
border-color: #06662A;
}
.TagClassName
{
border-color: #06662A;
}
</style>