Shades of Crusoe #066319
Tints of Crusoe #066319
RGB
CMYK
RGB Variations
Color information
#066319 (or 0x066319) is known color: Crusoe. HEX triplet: 06, 63 and 19. RGB value is (6,99,25). Sum of RGB (Red+Green+Blue) = 6+99+25=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 99 (39.06% from 255 or 76.15% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 99 - color contains mainly: green. Hex color #066319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066319 is #F99CE6. Grayscale: #3E3E3E. Windows color (decimal): -16358631 or 1663750. OLE color: 1663750.
HSL color Cylindrical-coordinate representation of color #066319: hue angle of 132.26º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066319 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 25 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.61 |
| HSL | 132.26º | 0.89% | 0.21% | - |
| HSV(B) | 132.26º | 0.94% | 0.39% | - |
| XYZ | 4.71 | 9.03 | 2.41 | - |
| YUV | 62.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 25 | 0.94 | 0 | 0.75 | 0.61 | 132.26 | 0.89 | 0.21 |
| Hex | 6 | 63 | 19 | 5E | 0 | 4B | 3D | 84 | 59 | 15 |
| Octal | 6 | 143 | 31 | 136 | 0 | 113 | 75 | 204 | 131 | 25 |
| Binary | 110 | 1100011 | 11001 | 1011110 | 0 | 1001011 | 111101 | 10000100 | 1011001 | 10101 |
Color Harmonies of #066319
Complementary color
Monochromatic Colors of #066319
Black with #066319
Text Example
Text Example
White with #066319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066319; }
p { color: rgb(6,99,25); }
H1.HeaderClassName
{
color: #066319;
}
.AnyTagClassName
{
color: #066319;
}
</style>
background-color css
<style>
a { background-color: #066319; }
a { background-color: rgb(6,99,25); }
div.DivClassName
{
background-color: #066319;
}
.BgClassName
{
background-color: #066319;
}
</style>
border-color css
<style>
span { border-color: #066319; }
span { border-color: rgb(6,99,25); }
td.TdClassName
{
border-color: #066319;
}
.TagClassName
{
border-color: #066319;
}
</style>