Shades of Crusoe #066523
Tints of Crusoe #066523
RGB
CMYK
RGB Variations
Color information
#066523 (or 0x066523) is known color: Crusoe. HEX triplet: 06, 65 and 23. RGB value is (6,101,35). Sum of RGB (Red+Green+Blue) = 6+101+35=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #066523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066523 is #F99ADC. Grayscale: #414141. Windows color (decimal): -16358109 or 2319622. OLE color: 2319622.
HSL color Cylindrical-coordinate representation of color #066523: hue angle of 138.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066523 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 35 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.60 |
| HSL | 138.32º | 0.89% | 0.21% | - |
| HSV(B) | 138.32º | 0.94% | 0.4% | - |
| XYZ | 5.03 | 9.47 | 3.15 | - |
| YUV | 65.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 35 | 0.94 | 0 | 0.65 | 0.60 | 138.32 | 0.89 | 0.21 |
| Hex | 6 | 65 | 23 | 5E | 0 | 41 | 3C | 8A | 59 | 15 |
| Octal | 6 | 145 | 43 | 136 | 0 | 101 | 74 | 212 | 131 | 25 |
| Binary | 110 | 1100101 | 100011 | 1011110 | 0 | 1000001 | 111100 | 10001010 | 1011001 | 10101 |
Color Harmonies of #066523
Complementary color
Monochromatic Colors of #066523
Black with #066523
Text Example
Text Example
White with #066523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066523; }
p { color: rgb(6,101,35); }
H1.HeaderClassName
{
color: #066523;
}
.AnyTagClassName
{
color: #066523;
}
</style>
background-color css
<style>
a { background-color: #066523; }
a { background-color: rgb(6,101,35); }
div.DivClassName
{
background-color: #066523;
}
.BgClassName
{
background-color: #066523;
}
</style>
border-color css
<style>
span { border-color: #066523; }
span { border-color: rgb(6,101,35); }
td.TdClassName
{
border-color: #066523;
}
.TagClassName
{
border-color: #066523;
}
</style>