Shades of Crusoe #066A1C
Tints of Crusoe #066A1C
RGB
CMYK
RGB Variations
Color information
#066A1C (or 0x066A1C) is known color: Crusoe. HEX triplet: 06, 6A and 1C. RGB value is (6,106,28). Sum of RGB (Red+Green+Blue) = 6+106+28=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 106 (41.80% from 255 or 75.71% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 106 - color contains mainly: green. Hex color #066A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066A1C is #F995E3. Grayscale: #434343. Windows color (decimal): -16356836 or 1862150. OLE color: 1862150.
HSL color Cylindrical-coordinate representation of color #066A1C: hue angle of 133.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066A1C is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 106 | 28 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.58 |
| HSL | 133.2º | 0.89% | 0.22% | - |
| HSV(B) | 133.2º | 0.94% | 0.42% | - |
| XYZ | 5.44 | 10.43 | 2.83 | - |
| YUV | 67.21 | 105.87 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 28 | 0.94 | 0 | 0.74 | 0.58 | 133.2 | 0.89 | 0.22 |
| Hex | 6 | 6A | 1C | 5E | 0 | 4A | 3A | 85 | 59 | 16 |
| Octal | 6 | 152 | 34 | 136 | 0 | 112 | 72 | 205 | 131 | 26 |
| Binary | 110 | 1101010 | 11100 | 1011110 | 0 | 1001010 | 111010 | 10000101 | 1011001 | 10110 |
Color Harmonies of #066A1C
Complementary color
Monochromatic Colors of #066A1C
Black with #066A1C
Text Example
Text Example
White with #066A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066A1C; }
p { color: rgb(6,106,28); }
H1.HeaderClassName
{
color: #066A1C;
}
.AnyTagClassName
{
color: #066A1C;
}
</style>
background-color css
<style>
a { background-color: #066A1C; }
a { background-color: rgb(6,106,28); }
div.DivClassName
{
background-color: #066A1C;
}
.BgClassName
{
background-color: #066A1C;
}
</style>
border-color css
<style>
span { border-color: #066A1C; }
span { border-color: rgb(6,106,28); }
td.TdClassName
{
border-color: #066A1C;
}
.TagClassName
{
border-color: #066A1C;
}
</style>