Shades of Crusoe #06622C
Tints of Crusoe #06622C
RGB
CMYK
RGB Variations
Color information
#06622C (or 0x06622C) is known color: Crusoe. HEX triplet: 06, 62 and 2C. RGB value is (6,98,44). Sum of RGB (Red+Green+Blue) = 6+98+44=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #06622C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06622C is #F99DD3. Grayscale: #404040. Windows color (decimal): -16358868 or 2908678. OLE color: 2908678.
HSL color Cylindrical-coordinate representation of color #06622C: hue angle of 144.78º 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 #06622C is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 98 | 44 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.62 |
| HSL | 144.78º | 0.88% | 0.2% | - |
| HSV(B) | 144.78º | 0.94% | 0.38% | - |
| XYZ | 4.9 | 8.96 | 3.85 | - |
| YUV | 64.34 | 116.52 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 44 | 0.94 | 0 | 0.55 | 0.62 | 144.78 | 0.88 | 0.2 |
| Hex | 6 | 62 | 2C | 5E | 0 | 37 | 3E | 91 | 58 | 14 |
| Octal | 6 | 142 | 54 | 136 | 0 | 67 | 76 | 221 | 130 | 24 |
| Binary | 110 | 1100010 | 101100 | 1011110 | 0 | 110111 | 111110 | 10010001 | 1011000 | 10100 |
Color Harmonies of #06622C
Complementary color
Monochromatic Colors of #06622C
Black with #06622C
Text Example
Text Example
White with #06622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06622C; }
p { color: rgb(6,98,44); }
H1.HeaderClassName
{
color: #06622C;
}
.AnyTagClassName
{
color: #06622C;
}
</style>
background-color css
<style>
a { background-color: #06622C; }
a { background-color: rgb(6,98,44); }
div.DivClassName
{
background-color: #06622C;
}
.BgClassName
{
background-color: #06622C;
}
</style>
border-color css
<style>
span { border-color: #06622C; }
span { border-color: rgb(6,98,44); }
td.TdClassName
{
border-color: #06622C;
}
.TagClassName
{
border-color: #06622C;
}
</style>