Shades of Finn #674D5D
Tints of Finn #674D5D
RGB
CMYK
RGB Variations
Color information
#674D5D (or 0x674D5D) is known color: Finn. HEX triplet: 67, 4D and 5D. RGB value is (103,77,93). Sum of RGB (Red+Green+Blue) = 103+77+93=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #674D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D5D is #98B2A2. Grayscale: #565656. Windows color (decimal): -10007203 or 6114663. OLE color: 6114663.
HSL color Cylindrical-coordinate representation of color #674D5D: hue angle of 323.08º degrees, saturation: 0.14, 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 #674D5D is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 93 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.60 |
| HSL | 323.08º | 0.14% | 0.35% | - |
| HSV(B) | 323.08º | 0.25% | 0.4% | - |
| XYZ | 10.22 | 8.98 | 11.55 | - |
| YUV | 86.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 93 | 0 | 0.25 | 0.10 | 0.60 | 323.08 | 0.14 | 0.35 |
| Hex | 67 | 4D | 5D | 0 | 19 | A | 3C | 143 | E | 23 |
| Octal | 147 | 115 | 135 | 0 | 31 | 12 | 74 | 503 | 16 | 43 |
| Binary | 1100111 | 1001101 | 1011101 | 0 | 11001 | 1010 | 111100 | 101000011 | 1110 | 100011 |
Color Harmonies of #674D5D
Complementary color
Monochromatic Colors of #674D5D
Black with #674D5D
Text Example
Text Example
White with #674D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D5D; }
p { color: rgb(103,77,93); }
H1.HeaderClassName
{
color: #674D5D;
}
.AnyTagClassName
{
color: #674D5D;
}
</style>
background-color css
<style>
a { background-color: #674D5D; }
a { background-color: rgb(103,77,93); }
div.DivClassName
{
background-color: #674D5D;
}
.BgClassName
{
background-color: #674D5D;
}
</style>
border-color css
<style>
span { border-color: #674D5D; }
span { border-color: rgb(103,77,93); }
td.TdClassName
{
border-color: #674D5D;
}
.TagClassName
{
border-color: #674D5D;
}
</style>