Shades of Crusoe #066023
Tints of Crusoe #066023
RGB
CMYK
RGB Variations
Color information
#066023 (or 0x066023) is known color: Crusoe. HEX triplet: 06, 60 and 23. RGB value is (6,96,35). Sum of RGB (Red+Green+Blue) = 6+96+35=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #066023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066023 is #F99FDC. Grayscale: #3E3E3E. Windows color (decimal): -16359389 or 2318342. OLE color: 2318342.
HSL color Cylindrical-coordinate representation of color #066023: hue angle of 139.33º 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 #066023 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 96 | 35 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.62 |
| HSL | 139.33º | 0.88% | 0.2% | - |
| HSV(B) | 139.33º | 0.94% | 0.38% | - |
| XYZ | 4.56 | 8.53 | 3 | - |
| YUV | 62.14 | 112.68 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 35 | 0.94 | 0 | 0.64 | 0.62 | 139.33 | 0.88 | 0.2 |
| Hex | 6 | 60 | 23 | 5E | 0 | 40 | 3E | 8B | 58 | 14 |
| Octal | 6 | 140 | 43 | 136 | 0 | 100 | 76 | 213 | 130 | 24 |
| Binary | 110 | 1100000 | 100011 | 1011110 | 0 | 1000000 | 111110 | 10001011 | 1011000 | 10100 |
Color Harmonies of #066023
Complementary color
Monochromatic Colors of #066023
Black with #066023
Text Example
Text Example
White with #066023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066023; }
p { color: rgb(6,96,35); }
H1.HeaderClassName
{
color: #066023;
}
.AnyTagClassName
{
color: #066023;
}
</style>
background-color css
<style>
a { background-color: #066023; }
a { background-color: rgb(6,96,35); }
div.DivClassName
{
background-color: #066023;
}
.BgClassName
{
background-color: #066023;
}
</style>
border-color css
<style>
span { border-color: #066023; }
span { border-color: rgb(6,96,35); }
td.TdClassName
{
border-color: #066023;
}
.TagClassName
{
border-color: #066023;
}
</style>