Shades of Crusoe #066D1D
Tints of Crusoe #066D1D
RGB
CMYK
RGB Variations
Color information
#066D1D (or 0x066D1D) is known color: Crusoe. HEX triplet: 06, 6D and 1D. RGB value is (6,109,29). Sum of RGB (Red+Green+Blue) = 6+109+29=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 109 (42.97% from 255 or 75.69% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 109 - color contains mainly: green. Hex color #066D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066D1D is #F992E2. Grayscale: #454545. Windows color (decimal): -16356067 or 1928454. OLE color: 1928454.
HSL color Cylindrical-coordinate representation of color #066D1D: hue angle of 133.4º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D1D is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 29 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.57 |
| HSL | 133.4º | 0.9% | 0.23% | - |
| HSV(B) | 133.4º | 0.94% | 0.43% | - |
| XYZ | 5.77 | 11.06 | 2.99 | - |
| YUV | 69.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 29 | 0.94 | 0 | 0.73 | 0.57 | 133.4 | 0.9 | 0.23 |
| Hex | 6 | 6D | 1D | 5E | 0 | 49 | 39 | 85 | 5A | 17 |
| Octal | 6 | 155 | 35 | 136 | 0 | 111 | 71 | 205 | 132 | 27 |
| Binary | 110 | 1101101 | 11101 | 1011110 | 0 | 1001001 | 111001 | 10000101 | 1011010 | 10111 |
Color Harmonies of #066D1D
Complementary color
Monochromatic Colors of #066D1D
Black with #066D1D
Text Example
Text Example
White with #066D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D1D; }
p { color: rgb(6,109,29); }
H1.HeaderClassName
{
color: #066D1D;
}
.AnyTagClassName
{
color: #066D1D;
}
</style>
background-color css
<style>
a { background-color: #066D1D; }
a { background-color: rgb(6,109,29); }
div.DivClassName
{
background-color: #066D1D;
}
.BgClassName
{
background-color: #066D1D;
}
</style>
border-color css
<style>
span { border-color: #066D1D; }
span { border-color: rgb(6,109,29); }
td.TdClassName
{
border-color: #066D1D;
}
.TagClassName
{
border-color: #066D1D;
}
</style>