Shades of Crusoe #0A6325
Tints of Crusoe #0A6325
RGB
CMYK
RGB Variations
Color information
#0A6325 (or 0x0A6325) is known color: Crusoe. HEX triplet: 0A, 63 and 25. RGB value is (10,99,37). Sum of RGB (Red+Green+Blue) = 10+99+37=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6325 is #F59CDA. Grayscale: #414141. Windows color (decimal): -16096475 or 2450186. OLE color: 2450186.
HSL color Cylindrical-coordinate representation of color #0A6325: hue angle of 138.2º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6325 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 99 | 37 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.61 |
| HSL | 138.2º | 0.82% | 0.21% | - |
| HSV(B) | 138.2º | 0.9% | 0.39% | - |
| XYZ | 4.92 | 9.12 | 3.25 | - |
| YUV | 65.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 37 | 0.90 | 0 | 0.63 | 0.61 | 138.2 | 0.82 | 0.21 |
| Hex | A | 63 | 25 | 5A | 0 | 3F | 3D | 8A | 52 | 15 |
| Octal | 12 | 143 | 45 | 132 | 0 | 77 | 75 | 212 | 122 | 25 |
| Binary | 1010 | 1100011 | 100101 | 1011010 | 0 | 111111 | 111101 | 10001010 | 1010010 | 10101 |
Color Harmonies of #0A6325
Complementary color
Monochromatic Colors of #0A6325
Black with #0A6325
Text Example
Text Example
White with #0A6325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6325; }
p { color: rgb(10,99,37); }
H1.HeaderClassName
{
color: #0A6325;
}
.AnyTagClassName
{
color: #0A6325;
}
</style>
background-color css
<style>
a { background-color: #0A6325; }
a { background-color: rgb(10,99,37); }
div.DivClassName
{
background-color: #0A6325;
}
.BgClassName
{
background-color: #0A6325;
}
</style>
border-color css
<style>
span { border-color: #0A6325; }
span { border-color: rgb(10,99,37); }
td.TdClassName
{
border-color: #0A6325;
}
.TagClassName
{
border-color: #0A6325;
}
</style>