Shades of Crusoe #066423
Tints of Crusoe #066423
RGB
CMYK
RGB Variations
Color information
#066423 (or 0x066423) is known color: Crusoe. HEX triplet: 06, 64 and 23. RGB value is (6,100,35). Sum of RGB (Red+Green+Blue) = 6+100+35=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #066423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066423 is #F99BDC. Grayscale: #404040. Windows color (decimal): -16358365 or 2319366. OLE color: 2319366.
HSL color Cylindrical-coordinate representation of color #066423: hue angle of 138.51º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066423 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 100 | 35 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.61 |
| HSL | 138.51º | 0.89% | 0.21% | - |
| HSV(B) | 138.51º | 0.94% | 0.39% | - |
| XYZ | 4.94 | 9.27 | 3.12 | - |
| YUV | 64.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 35 | 0.94 | 0 | 0.65 | 0.61 | 138.51 | 0.89 | 0.21 |
| Hex | 6 | 64 | 23 | 5E | 0 | 41 | 3D | 8B | 59 | 15 |
| Octal | 6 | 144 | 43 | 136 | 0 | 101 | 75 | 213 | 131 | 25 |
| Binary | 110 | 1100100 | 100011 | 1011110 | 0 | 1000001 | 111101 | 10001011 | 1011001 | 10101 |
Color Harmonies of #066423
Complementary color
Monochromatic Colors of #066423
Black with #066423
Text Example
Text Example
White with #066423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066423; }
p { color: rgb(6,100,35); }
H1.HeaderClassName
{
color: #066423;
}
.AnyTagClassName
{
color: #066423;
}
</style>
background-color css
<style>
a { background-color: #066423; }
a { background-color: rgb(6,100,35); }
div.DivClassName
{
background-color: #066423;
}
.BgClassName
{
background-color: #066423;
}
</style>
border-color css
<style>
span { border-color: #066423; }
span { border-color: rgb(6,100,35); }
td.TdClassName
{
border-color: #066423;
}
.TagClassName
{
border-color: #066423;
}
</style>