Shades of Crusoe #066529
Tints of Crusoe #066529
RGB
CMYK
RGB Variations
Color information
#066529 (or 0x066529) is known color: Crusoe. HEX triplet: 06, 65 and 29. RGB value is (6,101,41). Sum of RGB (Red+Green+Blue) = 6+101+41=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 101 (39.84% from 255 or 68.24% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 101 - color contains mainly: green. Hex color #066529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066529 is #F99AD6. Grayscale: #414141. Windows color (decimal): -16358103 or 2712838. OLE color: 2712838.
HSL color Cylindrical-coordinate representation of color #066529: hue angle of 142.11º 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 #066529 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 41 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.60 |
| HSL | 142.11º | 0.89% | 0.21% | - |
| HSV(B) | 142.11º | 0.94% | 0.4% | - |
| XYZ | 5.13 | 9.51 | 3.66 | - |
| YUV | 65.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 41 | 0.94 | 0 | 0.59 | 0.60 | 142.11 | 0.89 | 0.21 |
| Hex | 6 | 65 | 29 | 5E | 0 | 3B | 3C | 8E | 59 | 15 |
| Octal | 6 | 145 | 51 | 136 | 0 | 73 | 74 | 216 | 131 | 25 |
| Binary | 110 | 1100101 | 101001 | 1011110 | 0 | 111011 | 111100 | 10001110 | 1011001 | 10101 |
Color Harmonies of #066529
Complementary color
Monochromatic Colors of #066529
Black with #066529
Text Example
Text Example
White with #066529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066529; }
p { color: rgb(6,101,41); }
H1.HeaderClassName
{
color: #066529;
}
.AnyTagClassName
{
color: #066529;
}
</style>
background-color css
<style>
a { background-color: #066529; }
a { background-color: rgb(6,101,41); }
div.DivClassName
{
background-color: #066529;
}
.BgClassName
{
background-color: #066529;
}
</style>
border-color css
<style>
span { border-color: #066529; }
span { border-color: rgb(6,101,41); }
td.TdClassName
{
border-color: #066529;
}
.TagClassName
{
border-color: #066529;
}
</style>