Shades of Crusoe #08661B
Tints of Crusoe #08661B
RGB
CMYK
RGB Variations
Color information
#08661B (or 0x08661B) is known color: Crusoe. HEX triplet: 08, 66 and 1B. RGB value is (8,102,27). Sum of RGB (Red+Green+Blue) = 8+102+27=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #08661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08661B is #F799E4. Grayscale: #414141. Windows color (decimal): -16226789 or 1795592. OLE color: 1795592.
HSL color Cylindrical-coordinate representation of color #08661B: hue angle of 132.13º 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 #08661B is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 27 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.6 |
| HSL | 132.13º | 0.85% | 0.22% | - |
| HSV(B) | 132.13º | 0.92% | 0.4% | - |
| XYZ | 5.05 | 9.63 | 2.63 | - |
| YUV | 65.34 | 106.36 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 27 | 0.92 | 0 | 0.74 | 0.6 | 132.13 | 0.85 | 0.22 |
| Hex | 8 | 66 | 1B | 5C | 0 | 4A | 3C | 84 | 55 | 16 |
| Octal | 10 | 146 | 33 | 134 | 0 | 112 | 74 | 204 | 125 | 26 |
| Binary | 1000 | 1100110 | 11011 | 1011100 | 0 | 1001010 | 111100 | 10000100 | 1010101 | 10110 |
Color Harmonies of #08661B
Complementary color
Monochromatic Colors of #08661B
Black with #08661B
Text Example
Text Example
White with #08661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08661B; }
p { color: rgb(8,102,27); }
H1.HeaderClassName
{
color: #08661B;
}
.AnyTagClassName
{
color: #08661B;
}
</style>
background-color css
<style>
a { background-color: #08661B; }
a { background-color: rgb(8,102,27); }
div.DivClassName
{
background-color: #08661B;
}
.BgClassName
{
background-color: #08661B;
}
</style>
border-color css
<style>
span { border-color: #08661B; }
span { border-color: rgb(8,102,27); }
td.TdClassName
{
border-color: #08661B;
}
.TagClassName
{
border-color: #08661B;
}
</style>