Shades of Crusoe #065414
Tints of Crusoe #065414
RGB
CMYK
RGB Variations
Color information
#065414 (or 0x065414) is known color: Crusoe. HEX triplet: 06, 54 and 14. RGB value is (6,84,20). Sum of RGB (Red+Green+Blue) = 6+84+20=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 84 (33.20% from 255 or 76.36% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 84 - color contains mainly: green. Hex color #065414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065414 is #F9ABEB. Grayscale: #353535. Windows color (decimal): -16362476 or 1332230. OLE color: 1332230.
HSL color Cylindrical-coordinate representation of color #065414: hue angle of 130.77º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065414 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 84 | 20 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.67 |
| HSL | 130.77º | 0.87% | 0.18% | - |
| HSV(B) | 130.77º | 0.93% | 0.33% | - |
| XYZ | 3.37 | 6.43 | 1.73 | - |
| YUV | 53.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 20 | 0.93 | 0 | 0.76 | 0.67 | 130.77 | 0.87 | 0.18 |
| Hex | 6 | 54 | 14 | 5D | 0 | 4C | 43 | 83 | 57 | 12 |
| Octal | 6 | 124 | 24 | 135 | 0 | 114 | 103 | 203 | 127 | 22 |
| Binary | 110 | 1010100 | 10100 | 1011101 | 0 | 1001100 | 1000011 | 10000011 | 1010111 | 10010 |
Color Harmonies of #065414
Complementary color
Monochromatic Colors of #065414
Black with #065414
Text Example
Text Example
White with #065414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065414; }
p { color: rgb(6,84,20); }
H1.HeaderClassName
{
color: #065414;
}
.AnyTagClassName
{
color: #065414;
}
</style>
background-color css
<style>
a { background-color: #065414; }
a { background-color: rgb(6,84,20); }
div.DivClassName
{
background-color: #065414;
}
.BgClassName
{
background-color: #065414;
}
</style>
border-color css
<style>
span { border-color: #065414; }
span { border-color: rgb(6,84,20); }
td.TdClassName
{
border-color: #065414;
}
.TagClassName
{
border-color: #065414;
}
</style>