Shades of Crusoe #06652E
Tints of Crusoe #06652E
RGB
CMYK
RGB Variations
Color information
#06652E (or 0x06652E) is known color: Crusoe. HEX triplet: 06, 65 and 2E. RGB value is (6,101,46). Sum of RGB (Red+Green+Blue) = 6+101+46=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #06652E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06652E is #F99AD1. Grayscale: #424242. Windows color (decimal): -16358098 or 3040518. OLE color: 3040518.
HSL color Cylindrical-coordinate representation of color #06652E: hue angle of 145.26º 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 #06652E is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 46 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.60 |
| HSL | 145.26º | 0.89% | 0.21% | - |
| HSV(B) | 145.26º | 0.94% | 0.4% | - |
| XYZ | 5.22 | 9.54 | 4.15 | - |
| YUV | 66.33 | 116.53 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 46 | 0.94 | 0 | 0.54 | 0.60 | 145.26 | 0.89 | 0.21 |
| Hex | 6 | 65 | 2E | 5E | 0 | 36 | 3C | 91 | 59 | 15 |
| Octal | 6 | 145 | 56 | 136 | 0 | 66 | 74 | 221 | 131 | 25 |
| Binary | 110 | 1100101 | 101110 | 1011110 | 0 | 110110 | 111100 | 10010001 | 1011001 | 10101 |
Color Harmonies of #06652E
Complementary color
Monochromatic Colors of #06652E
Black with #06652E
Text Example
Text Example
White with #06652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06652E; }
p { color: rgb(6,101,46); }
H1.HeaderClassName
{
color: #06652E;
}
.AnyTagClassName
{
color: #06652E;
}
</style>
background-color css
<style>
a { background-color: #06652E; }
a { background-color: rgb(6,101,46); }
div.DivClassName
{
background-color: #06652E;
}
.BgClassName
{
background-color: #06652E;
}
</style>
border-color css
<style>
span { border-color: #06652E; }
span { border-color: rgb(6,101,46); }
td.TdClassName
{
border-color: #06652E;
}
.TagClassName
{
border-color: #06652E;
}
</style>