Shades of Crusoe #06592E
Tints of Crusoe #06592E
RGB
CMYK
RGB Variations
Color information
#06592E (or 0x06592E) is known color: Crusoe. HEX triplet: 06, 59 and 2E. RGB value is (6,89,46). Sum of RGB (Red+Green+Blue) = 6+89+46=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #06592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06592E is #F9A6D1. Grayscale: #3B3B3B. Windows color (decimal): -16361170 or 3037446. OLE color: 3037446.
HSL color Cylindrical-coordinate representation of color #06592E: hue angle of 148.92º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06592E is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 89 | 46 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.65 |
| HSL | 148.92º | 0.87% | 0.19% | - |
| HSV(B) | 148.92º | 0.93% | 0.35% | - |
| XYZ | 4.14 | 7.38 | 3.79 | - |
| YUV | 59.28 | 120.5 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 46 | 0.93 | 0 | 0.48 | 0.65 | 148.92 | 0.87 | 0.19 |
| Hex | 6 | 59 | 2E | 5D | 0 | 30 | 41 | 95 | 57 | 13 |
| Octal | 6 | 131 | 56 | 135 | 0 | 60 | 101 | 225 | 127 | 23 |
| Binary | 110 | 1011001 | 101110 | 1011101 | 0 | 110000 | 1000001 | 10010101 | 1010111 | 10011 |
Color Harmonies of #06592E
Complementary color
Monochromatic Colors of #06592E
Black with #06592E
Text Example
Text Example
White with #06592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06592E; }
p { color: rgb(6,89,46); }
H1.HeaderClassName
{
color: #06592E;
}
.AnyTagClassName
{
color: #06592E;
}
</style>
background-color css
<style>
a { background-color: #06592E; }
a { background-color: rgb(6,89,46); }
div.DivClassName
{
background-color: #06592E;
}
.BgClassName
{
background-color: #06592E;
}
</style>
border-color css
<style>
span { border-color: #06592E; }
span { border-color: rgb(6,89,46); }
td.TdClassName
{
border-color: #06592E;
}
.TagClassName
{
border-color: #06592E;
}
</style>