Shades of Crusoe #066321
Tints of Crusoe #066321
RGB
CMYK
RGB Variations
Color information
#066321 (or 0x066321) is known color: Crusoe. HEX triplet: 06, 63 and 21. RGB value is (6,99,33). Sum of RGB (Red+Green+Blue) = 6+99+33=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 99 (39.06% from 255 or 71.74% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 99 - color contains mainly: green. Hex color #066321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066321 is #F99CDE. Grayscale: #3F3F3F. Windows color (decimal): -16358623 or 2188038. OLE color: 2188038.
HSL color Cylindrical-coordinate representation of color #066321: hue angle of 137.42º 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 #066321 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 33 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.61 |
| HSL | 137.42º | 0.89% | 0.21% | - |
| HSV(B) | 137.42º | 0.94% | 0.39% | - |
| XYZ | 4.81 | 9.07 | 2.94 | - |
| YUV | 63.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 33 | 0.94 | 0 | 0.67 | 0.61 | 137.42 | 0.89 | 0.21 |
| Hex | 6 | 63 | 21 | 5E | 0 | 43 | 3D | 89 | 59 | 15 |
| Octal | 6 | 143 | 41 | 136 | 0 | 103 | 75 | 211 | 131 | 25 |
| Binary | 110 | 1100011 | 100001 | 1011110 | 0 | 1000011 | 111101 | 10001001 | 1011001 | 10101 |
Color Harmonies of #066321
Complementary color
Monochromatic Colors of #066321
Black with #066321
Text Example
Text Example
White with #066321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066321; }
p { color: rgb(6,99,33); }
H1.HeaderClassName
{
color: #066321;
}
.AnyTagClassName
{
color: #066321;
}
</style>
background-color css
<style>
a { background-color: #066321; }
a { background-color: rgb(6,99,33); }
div.DivClassName
{
background-color: #066321;
}
.BgClassName
{
background-color: #066321;
}
</style>
border-color css
<style>
span { border-color: #066321; }
span { border-color: rgb(6,99,33); }
td.TdClassName
{
border-color: #066321;
}
.TagClassName
{
border-color: #066321;
}
</style>