Shades of Crusoe #066119
Tints of Crusoe #066119
RGB
CMYK
RGB Variations
Color information
#066119 (or 0x066119) is known color: Crusoe. HEX triplet: 06, 61 and 19. RGB value is (6,97,25). Sum of RGB (Red+Green+Blue) = 6+97+25=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 97 (38.28% from 255 or 75.78% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 97 - color contains mainly: green. Hex color #066119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066119 is #F99EE6. Grayscale: #3D3D3D. Windows color (decimal): -16359143 or 1663238. OLE color: 1663238.
HSL color Cylindrical-coordinate representation of color #066119: hue angle of 132.53º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066119 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 25 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.62 |
| HSL | 132.53º | 0.88% | 0.2% | - |
| HSV(B) | 132.53º | 0.94% | 0.38% | - |
| XYZ | 4.53 | 8.66 | 2.35 | - |
| YUV | 61.58 | 107.35 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 25 | 0.94 | 0 | 0.74 | 0.62 | 132.53 | 0.88 | 0.2 |
| Hex | 6 | 61 | 19 | 5E | 0 | 4A | 3E | 85 | 58 | 14 |
| Octal | 6 | 141 | 31 | 136 | 0 | 112 | 76 | 205 | 130 | 24 |
| Binary | 110 | 1100001 | 11001 | 1011110 | 0 | 1001010 | 111110 | 10000101 | 1011000 | 10100 |
Color Harmonies of #066119
Complementary color
Monochromatic Colors of #066119
Black with #066119
Text Example
Text Example
White with #066119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066119; }
p { color: rgb(6,97,25); }
H1.HeaderClassName
{
color: #066119;
}
.AnyTagClassName
{
color: #066119;
}
</style>
background-color css
<style>
a { background-color: #066119; }
a { background-color: rgb(6,97,25); }
div.DivClassName
{
background-color: #066119;
}
.BgClassName
{
background-color: #066119;
}
</style>
border-color css
<style>
span { border-color: #066119; }
span { border-color: rgb(6,97,25); }
td.TdClassName
{
border-color: #066119;
}
.TagClassName
{
border-color: #066119;
}
</style>