Shades of Crusoe #086321
Tints of Crusoe #086321
RGB
CMYK
RGB Variations
Color information
#086321 (or 0x086321) is known color: Crusoe. HEX triplet: 08, 63 and 21. RGB value is (8,99,33). Sum of RGB (Red+Green+Blue) = 8+99+33=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 99 (39.06% from 255 or 70.71% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 99 - color contains mainly: green. Hex color #086321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086321 is #F79CDE. Grayscale: #404040. Windows color (decimal): -16227551 or 2188040. OLE color: 2188040.
HSL color Cylindrical-coordinate representation of color #086321: hue angle of 136.48º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086321 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 33 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.61 |
| HSL | 136.48º | 0.85% | 0.21% | - |
| HSV(B) | 136.48º | 0.92% | 0.39% | - |
| XYZ | 4.84 | 9.09 | 2.94 | - |
| YUV | 64.27 | 110.35 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 33 | 0.92 | 0 | 0.67 | 0.61 | 136.48 | 0.85 | 0.21 |
| Hex | 8 | 63 | 21 | 5C | 0 | 43 | 3D | 88 | 55 | 15 |
| Octal | 10 | 143 | 41 | 134 | 0 | 103 | 75 | 210 | 125 | 25 |
| Binary | 1000 | 1100011 | 100001 | 1011100 | 0 | 1000011 | 111101 | 10001000 | 1010101 | 10101 |
Color Harmonies of #086321
Complementary color
Monochromatic Colors of #086321
Black with #086321
Text Example
Text Example
White with #086321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086321; }
p { color: rgb(8,99,33); }
H1.HeaderClassName
{
color: #086321;
}
.AnyTagClassName
{
color: #086321;
}
</style>
background-color css
<style>
a { background-color: #086321; }
a { background-color: rgb(8,99,33); }
div.DivClassName
{
background-color: #086321;
}
.BgClassName
{
background-color: #086321;
}
</style>
border-color css
<style>
span { border-color: #086321; }
span { border-color: rgb(8,99,33); }
td.TdClassName
{
border-color: #086321;
}
.TagClassName
{
border-color: #086321;
}
</style>