Shades of Crusoe #066324
Tints of Crusoe #066324
RGB
CMYK
RGB Variations
Color information
#066324 (or 0x066324) is known color: Crusoe. HEX triplet: 06, 63 and 24. RGB value is (6,99,36). Sum of RGB (Red+Green+Blue) = 6+99+36=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #066324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066324 is #F99CDB. Grayscale: #404040. Windows color (decimal): -16358620 or 2384646. OLE color: 2384646.
HSL color Cylindrical-coordinate representation of color #066324: hue angle of 139.35º 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 #066324 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 36 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.61 |
| HSL | 139.35º | 0.89% | 0.21% | - |
| HSV(B) | 139.35º | 0.94% | 0.39% | - |
| XYZ | 4.86 | 9.09 | 3.17 | - |
| YUV | 64.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 36 | 0.94 | 0 | 0.64 | 0.61 | 139.35 | 0.89 | 0.21 |
| Hex | 6 | 63 | 24 | 5E | 0 | 40 | 3D | 8B | 59 | 15 |
| Octal | 6 | 143 | 44 | 136 | 0 | 100 | 75 | 213 | 131 | 25 |
| Binary | 110 | 1100011 | 100100 | 1011110 | 0 | 1000000 | 111101 | 10001011 | 1011001 | 10101 |
Color Harmonies of #066324
Complementary color
Monochromatic Colors of #066324
Black with #066324
Text Example
Text Example
White with #066324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066324; }
p { color: rgb(6,99,36); }
H1.HeaderClassName
{
color: #066324;
}
.AnyTagClassName
{
color: #066324;
}
</style>
background-color css
<style>
a { background-color: #066324; }
a { background-color: rgb(6,99,36); }
div.DivClassName
{
background-color: #066324;
}
.BgClassName
{
background-color: #066324;
}
</style>
border-color css
<style>
span { border-color: #066324; }
span { border-color: rgb(6,99,36); }
td.TdClassName
{
border-color: #066324;
}
.TagClassName
{
border-color: #066324;
}
</style>