Shades of Crusoe #08662E
Tints of Crusoe #08662E
RGB
CMYK
RGB Variations
Color information
#08662E (or 0x08662E) is known color: Crusoe. HEX triplet: 08, 66 and 2E. RGB value is (8,102,46). Sum of RGB (Red+Green+Blue) = 8+102+46=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 102 (40.23% from 255 or 65.38% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 102 - color contains mainly: green. Hex color #08662E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08662E is #F799D1. Grayscale: #434343. Windows color (decimal): -16226770 or 3040776. OLE color: 3040776.
HSL color Cylindrical-coordinate representation of color #08662E: hue angle of 144.26º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08662E is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 46 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.6 |
| HSL | 144.26º | 0.85% | 0.22% | - |
| HSV(B) | 144.26º | 0.92% | 0.4% | - |
| XYZ | 5.34 | 9.75 | 4.19 | - |
| YUV | 67.51 | 115.86 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 46 | 0.92 | 0 | 0.55 | 0.6 | 144.26 | 0.85 | 0.22 |
| Hex | 8 | 66 | 2E | 5C | 0 | 37 | 3C | 90 | 55 | 16 |
| Octal | 10 | 146 | 56 | 134 | 0 | 67 | 74 | 220 | 125 | 26 |
| Binary | 1000 | 1100110 | 101110 | 1011100 | 0 | 110111 | 111100 | 10010000 | 1010101 | 10110 |
Color Harmonies of #08662E
Complementary color
Monochromatic Colors of #08662E
Black with #08662E
Text Example
Text Example
White with #08662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08662E; }
p { color: rgb(8,102,46); }
H1.HeaderClassName
{
color: #08662E;
}
.AnyTagClassName
{
color: #08662E;
}
</style>
background-color css
<style>
a { background-color: #08662E; }
a { background-color: rgb(8,102,46); }
div.DivClassName
{
background-color: #08662E;
}
.BgClassName
{
background-color: #08662E;
}
</style>
border-color css
<style>
span { border-color: #08662E; }
span { border-color: rgb(8,102,46); }
td.TdClassName
{
border-color: #08662E;
}
.TagClassName
{
border-color: #08662E;
}
</style>