Shades of Crusoe #06661D
Tints of Crusoe #06661D
RGB
CMYK
RGB Variations
Color information
#06661D (or 0x06661D) is known color: Crusoe. HEX triplet: 06, 66 and 1D. RGB value is (6,102,29). Sum of RGB (Red+Green+Blue) = 6+102+29=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #06661D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06661D is #F999E2. Grayscale: #414141. Windows color (decimal): -16357859 or 1926662. OLE color: 1926662.
HSL color Cylindrical-coordinate representation of color #06661D: hue angle of 134.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 #06661D is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 29 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.6 |
| HSL | 134.38º | 0.89% | 0.21% | - |
| HSV(B) | 134.38º | 0.94% | 0.4% | - |
| XYZ | 5.05 | 9.63 | 2.76 | - |
| YUV | 64.97 | 107.7 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 29 | 0.94 | 0 | 0.72 | 0.6 | 134.38 | 0.89 | 0.21 |
| Hex | 6 | 66 | 1D | 5E | 0 | 48 | 3C | 86 | 59 | 15 |
| Octal | 6 | 146 | 35 | 136 | 0 | 110 | 74 | 206 | 131 | 25 |
| Binary | 110 | 1100110 | 11101 | 1011110 | 0 | 1001000 | 111100 | 10000110 | 1011001 | 10101 |
Color Harmonies of #06661D
Complementary color
Monochromatic Colors of #06661D
Black with #06661D
Text Example
Text Example
White with #06661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06661D; }
p { color: rgb(6,102,29); }
H1.HeaderClassName
{
color: #06661D;
}
.AnyTagClassName
{
color: #06661D;
}
</style>
background-color css
<style>
a { background-color: #06661D; }
a { background-color: rgb(6,102,29); }
div.DivClassName
{
background-color: #06661D;
}
.BgClassName
{
background-color: #06661D;
}
</style>
border-color css
<style>
span { border-color: #06661D; }
span { border-color: rgb(6,102,29); }
td.TdClassName
{
border-color: #06661D;
}
.TagClassName
{
border-color: #06661D;
}
</style>