Shades of Finn #664C5B
Tints of Finn #664C5B
RGB
CMYK
RGB Variations
Color information
#664C5B (or 0x664C5B) is known color: Finn. HEX triplet: 66, 4C and 5B. RGB value is (102,76,91). Sum of RGB (Red+Green+Blue) = 102+76+91=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C5B is #99B3A4. Grayscale: #555555. Windows color (decimal): -10072997 or 5983334. OLE color: 5983334.
HSL color Cylindrical-coordinate representation of color #664C5B: hue angle of 325.38º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #664C5B is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 76 | 91 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.6 |
| HSL | 325.38º | 0.15% | 0.35% | - |
| HSV(B) | 325.38º | 0.25% | 0.4% | - |
| XYZ | 9.95 | 8.75 | 11.06 | - |
| YUV | 85.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 91 | 0 | 0.25 | 0.11 | 0.6 | 325.38 | 0.15 | 0.35 |
| Hex | 66 | 4C | 5B | 0 | 19 | B | 3C | 145 | F | 23 |
| Octal | 146 | 114 | 133 | 0 | 31 | 13 | 74 | 505 | 17 | 43 |
| Binary | 1100110 | 1001100 | 1011011 | 0 | 11001 | 1011 | 111100 | 101000101 | 1111 | 100011 |
Color Harmonies of #664C5B
Complementary color
Monochromatic Colors of #664C5B
Black with #664C5B
Text Example
Text Example
White with #664C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664C5B; }
p { color: rgb(102,76,91); }
H1.HeaderClassName
{
color: #664C5B;
}
.AnyTagClassName
{
color: #664C5B;
}
</style>
background-color css
<style>
a { background-color: #664C5B; }
a { background-color: rgb(102,76,91); }
div.DivClassName
{
background-color: #664C5B;
}
.BgClassName
{
background-color: #664C5B;
}
</style>
border-color css
<style>
span { border-color: #664C5B; }
span { border-color: rgb(102,76,91); }
td.TdClassName
{
border-color: #664C5B;
}
.TagClassName
{
border-color: #664C5B;
}
</style>