Shades of Crusoe #0B6325
Tints of Crusoe #0B6325
RGB
CMYK
RGB Variations
Color information
#0B6325 (or 0x0B6325) is known color: Crusoe. HEX triplet: 0B, 63 and 25. RGB value is (11,99,37). Sum of RGB (Red+Green+Blue) = 11+99+37=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #0B6325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6325 is #F49CDA. Grayscale: #414141. Windows color (decimal): -16030939 or 2450187. OLE color: 2450187.
HSL color Cylindrical-coordinate representation of color #0B6325: hue angle of 137.73º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6325 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 99 | 37 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.61 |
| HSL | 137.73º | 0.8% | 0.22% | - |
| HSV(B) | 137.73º | 0.89% | 0.39% | - |
| XYZ | 4.93 | 9.13 | 3.25 | - |
| YUV | 65.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 99 | 37 | 0.89 | 0 | 0.63 | 0.61 | 137.73 | 0.8 | 0.22 |
| Hex | B | 63 | 25 | 59 | 0 | 3F | 3D | 8A | 50 | 16 |
| Octal | 13 | 143 | 45 | 131 | 0 | 77 | 75 | 212 | 120 | 26 |
| Binary | 1011 | 1100011 | 100101 | 1011001 | 0 | 111111 | 111101 | 10001010 | 1010000 | 10110 |
Color Harmonies of #0B6325
Complementary color
Monochromatic Colors of #0B6325
Black with #0B6325
Text Example
Text Example
White with #0B6325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6325; }
p { color: rgb(11,99,37); }
H1.HeaderClassName
{
color: #0B6325;
}
.AnyTagClassName
{
color: #0B6325;
}
</style>
background-color css
<style>
a { background-color: #0B6325; }
a { background-color: rgb(11,99,37); }
div.DivClassName
{
background-color: #0B6325;
}
.BgClassName
{
background-color: #0B6325;
}
</style>
border-color css
<style>
span { border-color: #0B6325; }
span { border-color: rgb(11,99,37); }
td.TdClassName
{
border-color: #0B6325;
}
.TagClassName
{
border-color: #0B6325;
}
</style>