Shades of Crusoe #06622F
Tints of Crusoe #06622F
RGB
CMYK
RGB Variations
Color information
#06622F (or 0x06622F) is known color: Crusoe. HEX triplet: 06, 62 and 2F. RGB value is (6,98,47). Sum of RGB (Red+Green+Blue) = 6+98+47=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #06622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06622F is #F99DD0. Grayscale: #404040. Windows color (decimal): -16358865 or 3105286. OLE color: 3105286.
HSL color Cylindrical-coordinate representation of color #06622F: hue angle of 146.74º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06622F is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 98 | 47 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.62 |
| HSL | 146.74º | 0.88% | 0.2% | - |
| HSV(B) | 146.74º | 0.94% | 0.38% | - |
| XYZ | 4.96 | 8.98 | 4.16 | - |
| YUV | 64.68 | 118.02 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 47 | 0.94 | 0 | 0.52 | 0.62 | 146.74 | 0.88 | 0.2 |
| Hex | 6 | 62 | 2F | 5E | 0 | 34 | 3E | 93 | 58 | 14 |
| Octal | 6 | 142 | 57 | 136 | 0 | 64 | 76 | 223 | 130 | 24 |
| Binary | 110 | 1100010 | 101111 | 1011110 | 0 | 110100 | 111110 | 10010011 | 1011000 | 10100 |
Color Harmonies of #06622F
Complementary color
Monochromatic Colors of #06622F
Black with #06622F
Text Example
Text Example
White with #06622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06622F; }
p { color: rgb(6,98,47); }
H1.HeaderClassName
{
color: #06622F;
}
.AnyTagClassName
{
color: #06622F;
}
</style>
background-color css
<style>
a { background-color: #06622F; }
a { background-color: rgb(6,98,47); }
div.DivClassName
{
background-color: #06622F;
}
.BgClassName
{
background-color: #06622F;
}
</style>
border-color css
<style>
span { border-color: #06622F; }
span { border-color: rgb(6,98,47); }
td.TdClassName
{
border-color: #06622F;
}
.TagClassName
{
border-color: #06622F;
}
</style>