Shades of Crusoe #06541E
Tints of Crusoe #06541E
RGB
CMYK
RGB Variations
Color information
#06541E (or 0x06541E) is known color: Crusoe. HEX triplet: 06, 54 and 1E. RGB value is (6,84,30). Sum of RGB (Red+Green+Blue) = 6+84+30=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 84 (33.20% from 255 or 70% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 84 - color contains mainly: green. Hex color #06541E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06541E is #F9ABE1. Grayscale: #363636. Windows color (decimal): -16362466 or 1987590. OLE color: 1987590.
HSL color Cylindrical-coordinate representation of color #06541E: hue angle of 138.46º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06541E is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 84 | 30 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.67 |
| HSL | 138.46º | 0.87% | 0.18% | - |
| HSV(B) | 138.46º | 0.93% | 0.33% | - |
| XYZ | 3.48 | 6.47 | 2.29 | - |
| YUV | 54.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 30 | 0.93 | 0 | 0.64 | 0.67 | 138.46 | 0.87 | 0.18 |
| Hex | 6 | 54 | 1E | 5D | 0 | 40 | 43 | 8A | 57 | 12 |
| Octal | 6 | 124 | 36 | 135 | 0 | 100 | 103 | 212 | 127 | 22 |
| Binary | 110 | 1010100 | 11110 | 1011101 | 0 | 1000000 | 1000011 | 10001010 | 1010111 | 10010 |
Color Harmonies of #06541E
Complementary color
Monochromatic Colors of #06541E
Black with #06541E
Text Example
Text Example
White with #06541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06541E; }
p { color: rgb(6,84,30); }
H1.HeaderClassName
{
color: #06541E;
}
.AnyTagClassName
{
color: #06541E;
}
</style>
background-color css
<style>
a { background-color: #06541E; }
a { background-color: rgb(6,84,30); }
div.DivClassName
{
background-color: #06541E;
}
.BgClassName
{
background-color: #06541E;
}
</style>
border-color css
<style>
span { border-color: #06541E; }
span { border-color: rgb(6,84,30); }
td.TdClassName
{
border-color: #06541E;
}
.TagClassName
{
border-color: #06541E;
}
</style>