Shades of Crusoe #066929
Tints of Crusoe #066929
RGB
CMYK
RGB Variations
Color information
#066929 (or 0x066929) is known color: Crusoe. HEX triplet: 06, 69 and 29. RGB value is (6,105,41). Sum of RGB (Red+Green+Blue) = 6+105+41=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #066929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066929 is #F996D6. Grayscale: #444444. Windows color (decimal): -16357079 or 2713862. OLE color: 2713862.
HSL color Cylindrical-coordinate representation of color #066929: hue angle of 141.21º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066929 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 41 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.59 |
| HSL | 141.21º | 0.89% | 0.22% | - |
| HSV(B) | 141.21º | 0.94% | 0.41% | - |
| XYZ | 5.53 | 10.3 | 3.8 | - |
| YUV | 68.1 | 112.7 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 41 | 0.94 | 0 | 0.61 | 0.59 | 141.21 | 0.89 | 0.22 |
| Hex | 6 | 69 | 29 | 5E | 0 | 3D | 3B | 8D | 59 | 16 |
| Octal | 6 | 151 | 51 | 136 | 0 | 75 | 73 | 215 | 131 | 26 |
| Binary | 110 | 1101001 | 101001 | 1011110 | 0 | 111101 | 111011 | 10001101 | 1011001 | 10110 |
Color Harmonies of #066929
Complementary color
Monochromatic Colors of #066929
Black with #066929
Text Example
Text Example
White with #066929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066929; }
p { color: rgb(6,105,41); }
H1.HeaderClassName
{
color: #066929;
}
.AnyTagClassName
{
color: #066929;
}
</style>
background-color css
<style>
a { background-color: #066929; }
a { background-color: rgb(6,105,41); }
div.DivClassName
{
background-color: #066929;
}
.BgClassName
{
background-color: #066929;
}
</style>
border-color css
<style>
span { border-color: #066929; }
span { border-color: rgb(6,105,41); }
td.TdClassName
{
border-color: #066929;
}
.TagClassName
{
border-color: #066929;
}
</style>