Shades of Finn #66525C
Tints of Finn #66525C
RGB
CMYK
RGB Variations
Color information
#66525C (or 0x66525C) is known color: Finn. HEX triplet: 66, 52 and 5C. RGB value is (102,82,92). Sum of RGB (Red+Green+Blue) = 102+82+92=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66525C is #99ADA3. Grayscale: #595959. Windows color (decimal): -10071460 or 6050406. OLE color: 6050406.
HSL color Cylindrical-coordinate representation of color #66525C: hue angle of 330º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66525C is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 92 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.6 |
| HSL | 330º | 0.11% | 0.36% | - |
| HSV(B) | 330º | 0.2% | 0.4% | - |
| XYZ | 10.43 | 9.63 | 11.43 | - |
| YUV | 89.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 92 | 0 | 0.20 | 0.10 | 0.6 | 330 | 0.11 | 0.36 |
| Hex | 66 | 52 | 5C | 0 | 14 | A | 3C | 14A | B | 24 |
| Octal | 146 | 122 | 134 | 0 | 24 | 12 | 74 | 512 | 13 | 44 |
| Binary | 1100110 | 1010010 | 1011100 | 0 | 10100 | 1010 | 111100 | 101001010 | 1011 | 100100 |
Color Harmonies of #66525C
Complementary color
Monochromatic Colors of #66525C
Black with #66525C
Text Example
Text Example
White with #66525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66525C; }
p { color: rgb(102,82,92); }
H1.HeaderClassName
{
color: #66525C;
}
.AnyTagClassName
{
color: #66525C;
}
</style>
background-color css
<style>
a { background-color: #66525C; }
a { background-color: rgb(102,82,92); }
div.DivClassName
{
background-color: #66525C;
}
.BgClassName
{
background-color: #66525C;
}
</style>
border-color css
<style>
span { border-color: #66525C; }
span { border-color: rgb(102,82,92); }
td.TdClassName
{
border-color: #66525C;
}
.TagClassName
{
border-color: #66525C;
}
</style>