Shades of Crusoe #066D1C
Tints of Crusoe #066D1C
RGB
CMYK
RGB Variations
Color information
#066D1C (or 0x066D1C) is known color: Crusoe. HEX triplet: 06, 6D and 1C. RGB value is (6,109,28). Sum of RGB (Red+Green+Blue) = 6+109+28=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 109 (42.97% from 255 or 76.22% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 109 - color contains mainly: green. Hex color #066D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066D1C is #F992E3. Grayscale: #454545. Windows color (decimal): -16356068 or 1862918. OLE color: 1862918.
HSL color Cylindrical-coordinate representation of color #066D1C: hue angle of 132.82º 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 #066D1C is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 28 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.57 |
| HSL | 132.82º | 0.9% | 0.23% | - |
| HSV(B) | 132.82º | 0.94% | 0.43% | - |
| XYZ | 5.75 | 11.06 | 2.93 | - |
| YUV | 68.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 28 | 0.94 | 0 | 0.74 | 0.57 | 132.82 | 0.9 | 0.23 |
| Hex | 6 | 6D | 1C | 5E | 0 | 4A | 39 | 85 | 5A | 17 |
| Octal | 6 | 155 | 34 | 136 | 0 | 112 | 71 | 205 | 132 | 27 |
| Binary | 110 | 1101101 | 11100 | 1011110 | 0 | 1001010 | 111001 | 10000101 | 1011010 | 10111 |
Color Harmonies of #066D1C
Complementary color
Monochromatic Colors of #066D1C
Black with #066D1C
Text Example
Text Example
White with #066D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D1C; }
p { color: rgb(6,109,28); }
H1.HeaderClassName
{
color: #066D1C;
}
.AnyTagClassName
{
color: #066D1C;
}
</style>
background-color css
<style>
a { background-color: #066D1C; }
a { background-color: rgb(6,109,28); }
div.DivClassName
{
background-color: #066D1C;
}
.BgClassName
{
background-color: #066D1C;
}
</style>
border-color css
<style>
span { border-color: #066D1C; }
span { border-color: rgb(6,109,28); }
td.TdClassName
{
border-color: #066D1C;
}
.TagClassName
{
border-color: #066D1C;
}
</style>