Shades of Crusoe #0E6526
Tints of Crusoe #0E6526
RGB
CMYK
RGB Variations
Color information
#0E6526 (or 0x0E6526) is known color: Crusoe. HEX triplet: 0E, 65 and 26. RGB value is (14,101,38). Sum of RGB (Red+Green+Blue) = 14+101+38=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #0E6526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6526 is #F19AD9. Grayscale: #434343. Windows color (decimal): -15833818 or 2516238. OLE color: 2516238.
HSL color Cylindrical-coordinate representation of color #0E6526: hue angle of 136.55º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6526 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 101 | 38 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.60 |
| HSL | 136.55º | 0.76% | 0.23% | - |
| HSV(B) | 136.55º | 0.86% | 0.4% | - |
| XYZ | 5.18 | 9.54 | 3.4 | - |
| YUV | 67.81 | 111.18 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 38 | 0.86 | 0 | 0.62 | 0.60 | 136.55 | 0.76 | 0.23 |
| Hex | E | 65 | 26 | 56 | 0 | 3E | 3C | 89 | 4C | 17 |
| Octal | 16 | 145 | 46 | 126 | 0 | 76 | 74 | 211 | 114 | 27 |
| Binary | 1110 | 1100101 | 100110 | 1010110 | 0 | 111110 | 111100 | 10001001 | 1001100 | 10111 |
Color Harmonies of #0E6526
Complementary color
Monochromatic Colors of #0E6526
Black with #0E6526
Text Example
Text Example
White with #0E6526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6526; }
p { color: rgb(14,101,38); }
H1.HeaderClassName
{
color: #0E6526;
}
.AnyTagClassName
{
color: #0E6526;
}
</style>
background-color css
<style>
a { background-color: #0E6526; }
a { background-color: rgb(14,101,38); }
div.DivClassName
{
background-color: #0E6526;
}
.BgClassName
{
background-color: #0E6526;
}
</style>
border-color css
<style>
span { border-color: #0E6526; }
span { border-color: rgb(14,101,38); }
td.TdClassName
{
border-color: #0E6526;
}
.TagClassName
{
border-color: #0E6526;
}
</style>