Shades of Crusoe #06591F
Tints of Crusoe #06591F
RGB
CMYK
RGB Variations
Color information
#06591F (or 0x06591F) is known color: Crusoe. HEX triplet: 06, 59 and 1F. RGB value is (6,89,31). Sum of RGB (Red+Green+Blue) = 6+89+31=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 89 (35.16% from 255 or 70.63% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 89 - color contains mainly: green. Hex color #06591F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06591F is #F9A6E0. Grayscale: #393939. Windows color (decimal): -16361185 or 2054406. OLE color: 2054406.
HSL color Cylindrical-coordinate representation of color #06591F: hue angle of 138.07º 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 #06591F is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 89 | 31 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.65 |
| HSL | 138.07º | 0.87% | 0.19% | - |
| HSV(B) | 138.07º | 0.93% | 0.35% | - |
| XYZ | 3.89 | 7.28 | 2.5 | - |
| YUV | 57.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 31 | 0.93 | 0 | 0.65 | 0.65 | 138.07 | 0.87 | 0.19 |
| Hex | 6 | 59 | 1F | 5D | 0 | 41 | 41 | 8A | 57 | 13 |
| Octal | 6 | 131 | 37 | 135 | 0 | 101 | 101 | 212 | 127 | 23 |
| Binary | 110 | 1011001 | 11111 | 1011101 | 0 | 1000001 | 1000001 | 10001010 | 1010111 | 10011 |
Color Harmonies of #06591F
Complementary color
Monochromatic Colors of #06591F
Black with #06591F
Text Example
Text Example
White with #06591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06591F; }
p { color: rgb(6,89,31); }
H1.HeaderClassName
{
color: #06591F;
}
.AnyTagClassName
{
color: #06591F;
}
</style>
background-color css
<style>
a { background-color: #06591F; }
a { background-color: rgb(6,89,31); }
div.DivClassName
{
background-color: #06591F;
}
.BgClassName
{
background-color: #06591F;
}
</style>
border-color css
<style>
span { border-color: #06591F; }
span { border-color: rgb(6,89,31); }
td.TdClassName
{
border-color: #06591F;
}
.TagClassName
{
border-color: #06591F;
}
</style>