Shades of Crusoe #066315
Tints of Crusoe #066315
RGB
CMYK
RGB Variations
Color information
#066315 (or 0x066315) is known color: Crusoe. HEX triplet: 06, 63 and 15. RGB value is (6,99,21). Sum of RGB (Red+Green+Blue) = 6+99+21=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #066315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066315 is #F99CEA. Grayscale: #3E3E3E. Windows color (decimal): -16358635 or 1401606. OLE color: 1401606.
HSL color Cylindrical-coordinate representation of color #066315: hue angle of 129.68º 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 #066315 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 21 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.61 |
| HSL | 129.68º | 0.89% | 0.21% | - |
| HSV(B) | 129.68º | 0.94% | 0.39% | - |
| XYZ | 4.67 | 9.02 | 2.2 | - |
| YUV | 62.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 21 | 0.94 | 0 | 0.79 | 0.61 | 129.68 | 0.89 | 0.21 |
| Hex | 6 | 63 | 15 | 5E | 0 | 4F | 3D | 82 | 59 | 15 |
| Octal | 6 | 143 | 25 | 136 | 0 | 117 | 75 | 202 | 131 | 25 |
| Binary | 110 | 1100011 | 10101 | 1011110 | 0 | 1001111 | 111101 | 10000010 | 1011001 | 10101 |
Color Harmonies of #066315
Complementary color
Monochromatic Colors of #066315
Black with #066315
Text Example
Text Example
White with #066315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066315; }
p { color: rgb(6,99,21); }
H1.HeaderClassName
{
color: #066315;
}
.AnyTagClassName
{
color: #066315;
}
</style>
background-color css
<style>
a { background-color: #066315; }
a { background-color: rgb(6,99,21); }
div.DivClassName
{
background-color: #066315;
}
.BgClassName
{
background-color: #066315;
}
</style>
border-color css
<style>
span { border-color: #066315; }
span { border-color: rgb(6,99,21); }
td.TdClassName
{
border-color: #066315;
}
.TagClassName
{
border-color: #066315;
}
</style>