Shades of Crusoe #066621
Tints of Crusoe #066621
RGB
CMYK
RGB Variations
Color information
#066621 (or 0x066621) is known color: Crusoe. HEX triplet: 06, 66 and 21. RGB value is (6,102,33). Sum of RGB (Red+Green+Blue) = 6+102+33=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 102 (40.23% from 255 or 72.34% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 102 - color contains mainly: green. Hex color #066621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066621 is #F999DE. Grayscale: #414141. Windows color (decimal): -16357855 or 2188806. OLE color: 2188806.
HSL color Cylindrical-coordinate representation of color #066621: hue angle of 136.88º 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 #066621 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 33 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.6 |
| HSL | 136.88º | 0.89% | 0.21% | - |
| HSV(B) | 136.88º | 0.94% | 0.4% | - |
| XYZ | 5.1 | 9.65 | 3.03 | - |
| YUV | 65.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 33 | 0.94 | 0 | 0.68 | 0.6 | 136.88 | 0.89 | 0.21 |
| Hex | 6 | 66 | 21 | 5E | 0 | 44 | 3C | 89 | 59 | 15 |
| Octal | 6 | 146 | 41 | 136 | 0 | 104 | 74 | 211 | 131 | 25 |
| Binary | 110 | 1100110 | 100001 | 1011110 | 0 | 1000100 | 111100 | 10001001 | 1011001 | 10101 |
Color Harmonies of #066621
Complementary color
Monochromatic Colors of #066621
Black with #066621
Text Example
Text Example
White with #066621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066621; }
p { color: rgb(6,102,33); }
H1.HeaderClassName
{
color: #066621;
}
.AnyTagClassName
{
color: #066621;
}
</style>
background-color css
<style>
a { background-color: #066621; }
a { background-color: rgb(6,102,33); }
div.DivClassName
{
background-color: #066621;
}
.BgClassName
{
background-color: #066621;
}
</style>
border-color css
<style>
span { border-color: #066621; }
span { border-color: rgb(6,102,33); }
td.TdClassName
{
border-color: #066621;
}
.TagClassName
{
border-color: #066621;
}
</style>