Shades of Finn #664B5C
Tints of Finn #664B5C
RGB
CMYK
RGB Variations
Color information
#664B5C (or 0x664B5C) is known color: Finn. HEX triplet: 66, 4B and 5C. RGB value is (102,75,92). Sum of RGB (Red+Green+Blue) = 102+75+92=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B5C is #99B4A3. Grayscale: #545454. Windows color (decimal): -10073252 or 6048614. OLE color: 6048614.
HSL color Cylindrical-coordinate representation of color #664B5C: hue angle of 322.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #664B5C is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 75 | 92 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.6 |
| HSL | 322.22º | 0.15% | 0.35% | - |
| HSV(B) | 322.22º | 0.26% | 0.4% | - |
| XYZ | 9.93 | 8.63 | 11.27 | - |
| YUV | 85.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 75 | 92 | 0 | 0.26 | 0.10 | 0.6 | 322.22 | 0.15 | 0.35 |
| Hex | 66 | 4B | 5C | 0 | 1A | A | 3C | 142 | F | 23 |
| Octal | 146 | 113 | 134 | 0 | 32 | 12 | 74 | 502 | 17 | 43 |
| Binary | 1100110 | 1001011 | 1011100 | 0 | 11010 | 1010 | 111100 | 101000010 | 1111 | 100011 |
Color Harmonies of #664B5C
Complementary color
Monochromatic Colors of #664B5C
Black with #664B5C
Text Example
Text Example
White with #664B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664B5C; }
p { color: rgb(102,75,92); }
H1.HeaderClassName
{
color: #664B5C;
}
.AnyTagClassName
{
color: #664B5C;
}
</style>
background-color css
<style>
a { background-color: #664B5C; }
a { background-color: rgb(102,75,92); }
div.DivClassName
{
background-color: #664B5C;
}
.BgClassName
{
background-color: #664B5C;
}
</style>
border-color css
<style>
span { border-color: #664B5C; }
span { border-color: rgb(102,75,92); }
td.TdClassName
{
border-color: #664B5C;
}
.TagClassName
{
border-color: #664B5C;
}
</style>