Shades of Crusoe #066331
Tints of Crusoe #066331
RGB
CMYK
RGB Variations
Color information
#066331 (or 0x066331) is known color: Crusoe. HEX triplet: 06, 63 and 31. RGB value is (6,99,49). Sum of RGB (Red+Green+Blue) = 6+99+49=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 99 (39.06% from 255 or 64.29% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 99 - color contains mainly: green. Hex color #066331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066331 is #F99CCE. Grayscale: #414141. Windows color (decimal): -16358607 or 3236614. OLE color: 3236614.
HSL color Cylindrical-coordinate representation of color #066331: hue angle of 147.74º 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 #066331 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 49 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.61 |
| HSL | 147.74º | 0.89% | 0.21% | - |
| HSV(B) | 147.74º | 0.94% | 0.39% | - |
| XYZ | 5.09 | 9.18 | 4.41 | - |
| YUV | 65.49 | 118.69 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 49 | 0.94 | 0 | 0.51 | 0.61 | 147.74 | 0.89 | 0.21 |
| Hex | 6 | 63 | 31 | 5E | 0 | 33 | 3D | 94 | 59 | 15 |
| Octal | 6 | 143 | 61 | 136 | 0 | 63 | 75 | 224 | 131 | 25 |
| Binary | 110 | 1100011 | 110001 | 1011110 | 0 | 110011 | 111101 | 10010100 | 1011001 | 10101 |
Color Harmonies of #066331
Complementary color
Monochromatic Colors of #066331
Black with #066331
Text Example
Text Example
White with #066331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066331; }
p { color: rgb(6,99,49); }
H1.HeaderClassName
{
color: #066331;
}
.AnyTagClassName
{
color: #066331;
}
</style>
background-color css
<style>
a { background-color: #066331; }
a { background-color: rgb(6,99,49); }
div.DivClassName
{
background-color: #066331;
}
.BgClassName
{
background-color: #066331;
}
</style>
border-color css
<style>
span { border-color: #066331; }
span { border-color: rgb(6,99,49); }
td.TdClassName
{
border-color: #066331;
}
.TagClassName
{
border-color: #066331;
}
</style>