Shades of Finn #6A475C
Tints of Finn #6A475C
RGB
CMYK
RGB Variations
Color information
#6A475C (or 0x6A475C) is known color: Finn. HEX triplet: 6A, 47 and 5C. RGB value is (106,71,92). Sum of RGB (Red+Green+Blue) = 106+71+92=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 106 - color contains mainly: red. Hex color #6A475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A475C is #95B8A3. Grayscale: #535353. Windows color (decimal): -9812132 or 6047594. OLE color: 6047594.
HSL color Cylindrical-coordinate representation of color #6A475C: hue angle of 324º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A475C is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 71 | 92 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.58 |
| HSL | 324º | 0.2% | 0.35% | - |
| HSV(B) | 324º | 0.33% | 0.42% | - |
| XYZ | 10.13 | 8.34 | 11.2 | - |
| YUV | 83.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 92 | 0 | 0.33 | 0.13 | 0.58 | 324 | 0.2 | 0.35 |
| Hex | 6A | 47 | 5C | 0 | 21 | D | 3A | 144 | 14 | 23 |
| Octal | 152 | 107 | 134 | 0 | 41 | 15 | 72 | 504 | 24 | 43 |
| Binary | 1101010 | 1000111 | 1011100 | 0 | 100001 | 1101 | 111010 | 101000100 | 10100 | 100011 |
Color Harmonies of #6A475C
Complementary color
Monochromatic Colors of #6A475C
Black with #6A475C
Text Example
Text Example
White with #6A475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A475C; }
p { color: rgb(106,71,92); }
H1.HeaderClassName
{
color: #6A475C;
}
.AnyTagClassName
{
color: #6A475C;
}
</style>
background-color css
<style>
a { background-color: #6A475C; }
a { background-color: rgb(106,71,92); }
div.DivClassName
{
background-color: #6A475C;
}
.BgClassName
{
background-color: #6A475C;
}
</style>
border-color css
<style>
span { border-color: #6A475C; }
span { border-color: rgb(106,71,92); }
td.TdClassName
{
border-color: #6A475C;
}
.TagClassName
{
border-color: #6A475C;
}
</style>