Shades of Crusoe #08641A
Tints of Crusoe #08641A
RGB
CMYK
RGB Variations
Color information
#08641A (or 0x08641A) is known color: Crusoe. HEX triplet: 08, 64 and 1A. RGB value is (8,100,26). Sum of RGB (Red+Green+Blue) = 8+100+26=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 100 (39.45% from 255 or 74.63% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 100 - color contains mainly: green. Hex color #08641A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08641A is #F79BE5. Grayscale: #404040. Windows color (decimal): -16227302 or 1729544. OLE color: 1729544.
HSL color Cylindrical-coordinate representation of color #08641A: hue angle of 131.74º 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 #08641A is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 26 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.61 |
| HSL | 131.74º | 0.85% | 0.21% | - |
| HSV(B) | 131.74º | 0.92% | 0.39% | - |
| XYZ | 4.84 | 9.24 | 2.51 | - |
| YUV | 64.06 | 106.52 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 26 | 0.92 | 0 | 0.74 | 0.61 | 131.74 | 0.85 | 0.21 |
| Hex | 8 | 64 | 1A | 5C | 0 | 4A | 3D | 84 | 55 | 15 |
| Octal | 10 | 144 | 32 | 134 | 0 | 112 | 75 | 204 | 125 | 25 |
| Binary | 1000 | 1100100 | 11010 | 1011100 | 0 | 1001010 | 111101 | 10000100 | 1010101 | 10101 |
Color Harmonies of #08641A
Complementary color
Monochromatic Colors of #08641A
Black with #08641A
Text Example
Text Example
White with #08641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08641A; }
p { color: rgb(8,100,26); }
H1.HeaderClassName
{
color: #08641A;
}
.AnyTagClassName
{
color: #08641A;
}
</style>
background-color css
<style>
a { background-color: #08641A; }
a { background-color: rgb(8,100,26); }
div.DivClassName
{
background-color: #08641A;
}
.BgClassName
{
background-color: #08641A;
}
</style>
border-color css
<style>
span { border-color: #08641A; }
span { border-color: rgb(8,100,26); }
td.TdClassName
{
border-color: #08641A;
}
.TagClassName
{
border-color: #08641A;
}
</style>