Shades of Crusoe #06652B
Tints of Crusoe #06652B
RGB
CMYK
RGB Variations
Color information
#06652B (or 0x06652B) is known color: Crusoe. HEX triplet: 06, 65 and 2B. RGB value is (6,101,43). Sum of RGB (Red+Green+Blue) = 6+101+43=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 101 (39.84% from 255 or 67.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 101 - color contains mainly: green. Hex color #06652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06652B is #F99AD4. Grayscale: #424242. Windows color (decimal): -16358101 or 2843910. OLE color: 2843910.
HSL color Cylindrical-coordinate representation of color #06652B: hue angle of 143.37º 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 #06652B is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 43 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.60 |
| HSL | 143.37º | 0.89% | 0.21% | - |
| HSV(B) | 143.37º | 0.94% | 0.4% | - |
| XYZ | 5.16 | 9.52 | 3.85 | - |
| YUV | 65.98 | 115.03 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 43 | 0.94 | 0 | 0.57 | 0.60 | 143.37 | 0.89 | 0.21 |
| Hex | 6 | 65 | 2B | 5E | 0 | 39 | 3C | 8F | 59 | 15 |
| Octal | 6 | 145 | 53 | 136 | 0 | 71 | 74 | 217 | 131 | 25 |
| Binary | 110 | 1100101 | 101011 | 1011110 | 0 | 111001 | 111100 | 10001111 | 1011001 | 10101 |
Color Harmonies of #06652B
Complementary color
Monochromatic Colors of #06652B
Black with #06652B
Text Example
Text Example
White with #06652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06652B; }
p { color: rgb(6,101,43); }
H1.HeaderClassName
{
color: #06652B;
}
.AnyTagClassName
{
color: #06652B;
}
</style>
background-color css
<style>
a { background-color: #06652B; }
a { background-color: rgb(6,101,43); }
div.DivClassName
{
background-color: #06652B;
}
.BgClassName
{
background-color: #06652B;
}
</style>
border-color css
<style>
span { border-color: #06652B; }
span { border-color: rgb(6,101,43); }
td.TdClassName
{
border-color: #06652B;
}
.TagClassName
{
border-color: #06652B;
}
</style>