Shades of Crusoe #06662D
Tints of Crusoe #06662D
RGB
CMYK
RGB Variations
Color information
#06662D (or 0x06662D) is known color: Crusoe. HEX triplet: 06, 66 and 2D. RGB value is (6,102,45). Sum of RGB (Red+Green+Blue) = 6+102+45=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #06662D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06662D is #F999D2. Grayscale: #424242. Windows color (decimal): -16357843 or 2975238. OLE color: 2975238.
HSL color Cylindrical-coordinate representation of color #06662D: hue angle of 144.38º 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 #06662D is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 45 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.6 |
| HSL | 144.38º | 0.89% | 0.21% | - |
| HSV(B) | 144.38º | 0.94% | 0.4% | - |
| XYZ | 5.3 | 9.73 | 4.08 | - |
| YUV | 66.8 | 115.7 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 45 | 0.94 | 0 | 0.56 | 0.6 | 144.38 | 0.89 | 0.21 |
| Hex | 6 | 66 | 2D | 5E | 0 | 38 | 3C | 90 | 59 | 15 |
| Octal | 6 | 146 | 55 | 136 | 0 | 70 | 74 | 220 | 131 | 25 |
| Binary | 110 | 1100110 | 101101 | 1011110 | 0 | 111000 | 111100 | 10010000 | 1011001 | 10101 |
Color Harmonies of #06662D
Complementary color
Monochromatic Colors of #06662D
Black with #06662D
Text Example
Text Example
White with #06662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06662D; }
p { color: rgb(6,102,45); }
H1.HeaderClassName
{
color: #06662D;
}
.AnyTagClassName
{
color: #06662D;
}
</style>
background-color css
<style>
a { background-color: #06662D; }
a { background-color: rgb(6,102,45); }
div.DivClassName
{
background-color: #06662D;
}
.BgClassName
{
background-color: #06662D;
}
</style>
border-color css
<style>
span { border-color: #06662D; }
span { border-color: rgb(6,102,45); }
td.TdClassName
{
border-color: #06662D;
}
.TagClassName
{
border-color: #06662D;
}
</style>