Shades of Finn #673950
Tints of Finn #673950
RGB
CMYK
RGB Variations
Color information
#673950 (or 0x673950) is known color: Finn. HEX triplet: 67, 39 and 50. RGB value is (103,57,80). Sum of RGB (Red+Green+Blue) = 103+57+80=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #673950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673950 is #98C6AF. Grayscale: #494949. Windows color (decimal): -10012336 or 5257575. OLE color: 5257575.
HSL color Cylindrical-coordinate representation of color #673950: hue angle of 330º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #673950 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 80 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.60 |
| HSL | 330º | 0.29% | 0.31% | - |
| HSV(B) | 330º | 0.45% | 0.4% | - |
| XYZ | 8.5 | 6.39 | 8.37 | - |
| YUV | 73.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 80 | 0 | 0.45 | 0.22 | 0.60 | 330 | 0.29 | 0.31 |
| Hex | 67 | 39 | 50 | 0 | 2D | 16 | 3C | 14A | 1D | 1F |
| Octal | 147 | 71 | 120 | 0 | 55 | 26 | 74 | 512 | 35 | 37 |
| Binary | 1100111 | 111001 | 1010000 | 0 | 101101 | 10110 | 111100 | 101001010 | 11101 | 11111 |
Color Harmonies of #673950
Complementary color
Monochromatic Colors of #673950
Black with #673950
Text Example
Text Example
White with #673950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673950; }
p { color: rgb(103,57,80); }
H1.HeaderClassName
{
color: #673950;
}
.AnyTagClassName
{
color: #673950;
}
</style>
background-color css
<style>
a { background-color: #673950; }
a { background-color: rgb(103,57,80); }
div.DivClassName
{
background-color: #673950;
}
.BgClassName
{
background-color: #673950;
}
</style>
border-color css
<style>
span { border-color: #673950; }
span { border-color: rgb(103,57,80); }
td.TdClassName
{
border-color: #673950;
}
.TagClassName
{
border-color: #673950;
}
</style>