Shades of Finn #66535E
Tints of Finn #66535E
RGB
CMYK
RGB Variations
Color information
#66535E (or 0x66535E) is known color: Finn. HEX triplet: 66, 53 and 5E. RGB value is (102,83,94). Sum of RGB (Red+Green+Blue) = 102+83+94=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #66535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66535E is #99ACA1. Grayscale: #595959. Windows color (decimal): -10071202 or 6181734. OLE color: 6181734.
HSL color Cylindrical-coordinate representation of color #66535E: hue angle of 325.26º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66535E is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 94 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.6 |
| HSL | 325.26º | 0.1% | 0.36% | - |
| HSV(B) | 325.26º | 0.19% | 0.4% | - |
| XYZ | 10.59 | 9.82 | 11.93 | - |
| YUV | 89.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 94 | 0 | 0.19 | 0.08 | 0.6 | 325.26 | 0.1 | 0.36 |
| Hex | 66 | 53 | 5E | 0 | 13 | 8 | 3C | 145 | A | 24 |
| Octal | 146 | 123 | 136 | 0 | 23 | 10 | 74 | 505 | 12 | 44 |
| Binary | 1100110 | 1010011 | 1011110 | 0 | 10011 | 1000 | 111100 | 101000101 | 1010 | 100100 |
Color Harmonies of #66535E
Complementary color
Monochromatic Colors of #66535E
Black with #66535E
Text Example
Text Example
White with #66535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66535E; }
p { color: rgb(102,83,94); }
H1.HeaderClassName
{
color: #66535E;
}
.AnyTagClassName
{
color: #66535E;
}
</style>
background-color css
<style>
a { background-color: #66535E; }
a { background-color: rgb(102,83,94); }
div.DivClassName
{
background-color: #66535E;
}
.BgClassName
{
background-color: #66535E;
}
</style>
border-color css
<style>
span { border-color: #66535E; }
span { border-color: rgb(102,83,94); }
td.TdClassName
{
border-color: #66535E;
}
.TagClassName
{
border-color: #66535E;
}
</style>