Shades of Crusoe #06652F
Tints of Crusoe #06652F
RGB
CMYK
RGB Variations
Color information
#06652F (or 0x06652F) is known color: Crusoe. HEX triplet: 06, 65 and 2F. RGB value is (6,101,47). Sum of RGB (Red+Green+Blue) = 6+101+47=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 101 (39.84% from 255 or 65.58% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 101 - color contains mainly: green. Hex color #06652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06652F is #F99AD0. Grayscale: #424242. Windows color (decimal): -16358097 or 3106054. OLE color: 3106054.
HSL color Cylindrical-coordinate representation of color #06652F: hue angle of 145.89º 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 #06652F is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 47 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.60 |
| HSL | 145.89º | 0.89% | 0.21% | - |
| HSV(B) | 145.89º | 0.94% | 0.4% | - |
| XYZ | 5.24 | 9.55 | 4.26 | - |
| YUV | 66.44 | 117.03 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 47 | 0.94 | 0 | 0.53 | 0.60 | 145.89 | 0.89 | 0.21 |
| Hex | 6 | 65 | 2F | 5E | 0 | 35 | 3C | 92 | 59 | 15 |
| Octal | 6 | 145 | 57 | 136 | 0 | 65 | 74 | 222 | 131 | 25 |
| Binary | 110 | 1100101 | 101111 | 1011110 | 0 | 110101 | 111100 | 10010010 | 1011001 | 10101 |
Color Harmonies of #06652F
Complementary color
Monochromatic Colors of #06652F
Black with #06652F
Text Example
Text Example
White with #06652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06652F; }
p { color: rgb(6,101,47); }
H1.HeaderClassName
{
color: #06652F;
}
.AnyTagClassName
{
color: #06652F;
}
</style>
background-color css
<style>
a { background-color: #06652F; }
a { background-color: rgb(6,101,47); }
div.DivClassName
{
background-color: #06652F;
}
.BgClassName
{
background-color: #06652F;
}
</style>
border-color css
<style>
span { border-color: #06652F; }
span { border-color: rgb(6,101,47); }
td.TdClassName
{
border-color: #06652F;
}
.TagClassName
{
border-color: #06652F;
}
</style>