Shades of Finn #674C5C
Tints of Finn #674C5C
RGB
CMYK
RGB Variations
Color information
#674C5C (or 0x674C5C) is known color: Finn. HEX triplet: 67, 4C and 5C. RGB value is (103,76,92). Sum of RGB (Red+Green+Blue) = 103+76+92=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #674C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C5C is #98B3A3. Grayscale: #555555. Windows color (decimal): -10007460 or 6048871. OLE color: 6048871.
HSL color Cylindrical-coordinate representation of color #674C5C: hue angle of 324.44º 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 #674C5C is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 92 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.60 |
| HSL | 324.44º | 0.15% | 0.35% | - |
| HSV(B) | 324.44º | 0.26% | 0.4% | - |
| XYZ | 10.11 | 8.83 | 11.3 | - |
| YUV | 85.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 92 | 0 | 0.26 | 0.11 | 0.60 | 324.44 | 0.15 | 0.35 |
| Hex | 67 | 4C | 5C | 0 | 1A | B | 3C | 144 | F | 23 |
| Octal | 147 | 114 | 134 | 0 | 32 | 13 | 74 | 504 | 17 | 43 |
| Binary | 1100111 | 1001100 | 1011100 | 0 | 11010 | 1011 | 111100 | 101000100 | 1111 | 100011 |
Color Harmonies of #674C5C
Complementary color
Monochromatic Colors of #674C5C
Black with #674C5C
Text Example
Text Example
White with #674C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C5C; }
p { color: rgb(103,76,92); }
H1.HeaderClassName
{
color: #674C5C;
}
.AnyTagClassName
{
color: #674C5C;
}
</style>
background-color css
<style>
a { background-color: #674C5C; }
a { background-color: rgb(103,76,92); }
div.DivClassName
{
background-color: #674C5C;
}
.BgClassName
{
background-color: #674C5C;
}
</style>
border-color css
<style>
span { border-color: #674C5C; }
span { border-color: rgb(103,76,92); }
td.TdClassName
{
border-color: #674C5C;
}
.TagClassName
{
border-color: #674C5C;
}
</style>