Shades of Crusoe #066223
Tints of Crusoe #066223
RGB
CMYK
RGB Variations
Color information
#066223 (or 0x066223) is known color: Crusoe. HEX triplet: 06, 62 and 23. RGB value is (6,98,35). Sum of RGB (Red+Green+Blue) = 6+98+35=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 98 (38.67% from 255 or 70.50% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 98 - color contains mainly: green. Hex color #066223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066223 is #F99DDC. Grayscale: #3F3F3F. Windows color (decimal): -16358877 or 2318854. OLE color: 2318854.
HSL color Cylindrical-coordinate representation of color #066223: hue angle of 138.91º 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 #066223 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 98 | 35 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.62 |
| HSL | 138.91º | 0.88% | 0.2% | - |
| HSV(B) | 138.91º | 0.94% | 0.38% | - |
| XYZ | 4.75 | 8.9 | 3.06 | - |
| YUV | 63.31 | 112.02 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 35 | 0.94 | 0 | 0.64 | 0.62 | 138.91 | 0.88 | 0.2 |
| Hex | 6 | 62 | 23 | 5E | 0 | 40 | 3E | 8B | 58 | 14 |
| Octal | 6 | 142 | 43 | 136 | 0 | 100 | 76 | 213 | 130 | 24 |
| Binary | 110 | 1100010 | 100011 | 1011110 | 0 | 1000000 | 111110 | 10001011 | 1011000 | 10100 |
Color Harmonies of #066223
Complementary color
Monochromatic Colors of #066223
Black with #066223
Text Example
Text Example
White with #066223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066223; }
p { color: rgb(6,98,35); }
H1.HeaderClassName
{
color: #066223;
}
.AnyTagClassName
{
color: #066223;
}
</style>
background-color css
<style>
a { background-color: #066223; }
a { background-color: rgb(6,98,35); }
div.DivClassName
{
background-color: #066223;
}
.BgClassName
{
background-color: #066223;
}
</style>
border-color css
<style>
span { border-color: #066223; }
span { border-color: rgb(6,98,35); }
td.TdClassName
{
border-color: #066223;
}
.TagClassName
{
border-color: #066223;
}
</style>