Shades of Crusoe #06662C
Tints of Crusoe #06662C
RGB
CMYK
RGB Variations
Color information
#06662C (or 0x06662C) is known color: Crusoe. HEX triplet: 06, 66 and 2C. RGB value is (6,102,44). Sum of RGB (Red+Green+Blue) = 6+102+44=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #06662C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06662C is #F999D3. Grayscale: #424242. Windows color (decimal): -16357844 or 2909702. OLE color: 2909702.
HSL color Cylindrical-coordinate representation of color #06662C: hue angle of 143.75º 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 #06662C is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 44 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.6 |
| HSL | 143.75º | 0.89% | 0.21% | - |
| HSV(B) | 143.75º | 0.94% | 0.4% | - |
| XYZ | 5.28 | 9.72 | 3.98 | - |
| YUV | 66.68 | 115.2 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 44 | 0.94 | 0 | 0.57 | 0.6 | 143.75 | 0.89 | 0.21 |
| Hex | 6 | 66 | 2C | 5E | 0 | 39 | 3C | 90 | 59 | 15 |
| Octal | 6 | 146 | 54 | 136 | 0 | 71 | 74 | 220 | 131 | 25 |
| Binary | 110 | 1100110 | 101100 | 1011110 | 0 | 111001 | 111100 | 10010000 | 1011001 | 10101 |
Color Harmonies of #06662C
Complementary color
Monochromatic Colors of #06662C
Black with #06662C
Text Example
Text Example
White with #06662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06662C; }
p { color: rgb(6,102,44); }
H1.HeaderClassName
{
color: #06662C;
}
.AnyTagClassName
{
color: #06662C;
}
</style>
background-color css
<style>
a { background-color: #06662C; }
a { background-color: rgb(6,102,44); }
div.DivClassName
{
background-color: #06662C;
}
.BgClassName
{
background-color: #06662C;
}
</style>
border-color css
<style>
span { border-color: #06662C; }
span { border-color: rgb(6,102,44); }
td.TdClassName
{
border-color: #06662C;
}
.TagClassName
{
border-color: #06662C;
}
</style>