Shades of Crusoe #066528
Tints of Crusoe #066528
RGB
CMYK
RGB Variations
Color information
#066528 (or 0x066528) is known color: Crusoe. HEX triplet: 06, 65 and 28. RGB value is (6,101,40). Sum of RGB (Red+Green+Blue) = 6+101+40=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #066528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066528 is #F99AD7. Grayscale: #414141. Windows color (decimal): -16358104 or 2647302. OLE color: 2647302.
HSL color Cylindrical-coordinate representation of color #066528: hue angle of 141.47º 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 #066528 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 40 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.60 |
| HSL | 141.47º | 0.89% | 0.21% | - |
| HSV(B) | 141.47º | 0.94% | 0.4% | - |
| XYZ | 5.11 | 9.5 | 3.57 | - |
| YUV | 65.64 | 113.53 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 40 | 0.94 | 0 | 0.60 | 0.60 | 141.47 | 0.89 | 0.21 |
| Hex | 6 | 65 | 28 | 5E | 0 | 3C | 3C | 8D | 59 | 15 |
| Octal | 6 | 145 | 50 | 136 | 0 | 74 | 74 | 215 | 131 | 25 |
| Binary | 110 | 1100101 | 101000 | 1011110 | 0 | 111100 | 111100 | 10001101 | 1011001 | 10101 |
Color Harmonies of #066528
Complementary color
Monochromatic Colors of #066528
Black with #066528
Text Example
Text Example
White with #066528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066528; }
p { color: rgb(6,101,40); }
H1.HeaderClassName
{
color: #066528;
}
.AnyTagClassName
{
color: #066528;
}
</style>
background-color css
<style>
a { background-color: #066528; }
a { background-color: rgb(6,101,40); }
div.DivClassName
{
background-color: #066528;
}
.BgClassName
{
background-color: #066528;
}
</style>
border-color css
<style>
span { border-color: #066528; }
span { border-color: rgb(6,101,40); }
td.TdClassName
{
border-color: #066528;
}
.TagClassName
{
border-color: #066528;
}
</style>