Shades of Crusoe #06632B
Tints of Crusoe #06632B
RGB
CMYK
RGB Variations
Color information
#06632B (or 0x06632B) is known color: Crusoe. HEX triplet: 06, 63 and 2B. RGB value is (6,99,43). Sum of RGB (Red+Green+Blue) = 6+99+43=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #06632B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06632B is #F99CD4. Grayscale: #404040. Windows color (decimal): -16358613 or 2843398. OLE color: 2843398.
HSL color Cylindrical-coordinate representation of color #06632B: hue angle of 143.87º 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 #06632B is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 43 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.61 |
| HSL | 143.87º | 0.89% | 0.21% | - |
| HSV(B) | 143.87º | 0.94% | 0.39% | - |
| XYZ | 4.97 | 9.14 | 3.79 | - |
| YUV | 64.81 | 115.69 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 43 | 0.94 | 0 | 0.57 | 0.61 | 143.87 | 0.89 | 0.21 |
| Hex | 6 | 63 | 2B | 5E | 0 | 39 | 3D | 90 | 59 | 15 |
| Octal | 6 | 143 | 53 | 136 | 0 | 71 | 75 | 220 | 131 | 25 |
| Binary | 110 | 1100011 | 101011 | 1011110 | 0 | 111001 | 111101 | 10010000 | 1011001 | 10101 |
Color Harmonies of #06632B
Complementary color
Monochromatic Colors of #06632B
Black with #06632B
Text Example
Text Example
White with #06632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06632B; }
p { color: rgb(6,99,43); }
H1.HeaderClassName
{
color: #06632B;
}
.AnyTagClassName
{
color: #06632B;
}
</style>
background-color css
<style>
a { background-color: #06632B; }
a { background-color: rgb(6,99,43); }
div.DivClassName
{
background-color: #06632B;
}
.BgClassName
{
background-color: #06632B;
}
</style>
border-color css
<style>
span { border-color: #06632B; }
span { border-color: rgb(6,99,43); }
td.TdClassName
{
border-color: #06632B;
}
.TagClassName
{
border-color: #06632B;
}
</style>