Shades of Crusoe #066328
Tints of Crusoe #066328
RGB
CMYK
RGB Variations
Color information
#066328 (or 0x066328) is known color: Crusoe. HEX triplet: 06, 63 and 28. RGB value is (6,99,40). Sum of RGB (Red+Green+Blue) = 6+99+40=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #066328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066328 is #F99CD7. Grayscale: #404040. Windows color (decimal): -16358616 or 2646790. OLE color: 2646790.
HSL color Cylindrical-coordinate representation of color #066328: hue angle of 141.94º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066328 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 40 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.61 |
| HSL | 141.94º | 0.89% | 0.21% | - |
| HSV(B) | 141.94º | 0.94% | 0.39% | - |
| XYZ | 4.92 | 9.12 | 3.51 | - |
| YUV | 64.47 | 114.19 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 40 | 0.94 | 0 | 0.60 | 0.61 | 141.94 | 0.89 | 0.21 |
| Hex | 6 | 63 | 28 | 5E | 0 | 3C | 3D | 8E | 59 | 15 |
| Octal | 6 | 143 | 50 | 136 | 0 | 74 | 75 | 216 | 131 | 25 |
| Binary | 110 | 1100011 | 101000 | 1011110 | 0 | 111100 | 111101 | 10001110 | 1011001 | 10101 |
Color Harmonies of #066328
Complementary color
Monochromatic Colors of #066328
Black with #066328
Text Example
Text Example
White with #066328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066328; }
p { color: rgb(6,99,40); }
H1.HeaderClassName
{
color: #066328;
}
.AnyTagClassName
{
color: #066328;
}
</style>
background-color css
<style>
a { background-color: #066328; }
a { background-color: rgb(6,99,40); }
div.DivClassName
{
background-color: #066328;
}
.BgClassName
{
background-color: #066328;
}
</style>
border-color css
<style>
span { border-color: #066328; }
span { border-color: rgb(6,99,40); }
td.TdClassName
{
border-color: #066328;
}
.TagClassName
{
border-color: #066328;
}
</style>