Shades of Finn #6A475E
Tints of Finn #6A475E
RGB
CMYK
RGB Variations
Color information
#6A475E (or 0x6A475E) is known color: Finn. HEX triplet: 6A, 47 and 5E. RGB value is (106,71,94). Sum of RGB (Red+Green+Blue) = 106+71+94=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 106 - color contains mainly: red. Hex color #6A475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A475E is #95B8A1. Grayscale: #545454. Windows color (decimal): -9812130 or 6178666. OLE color: 6178666.
HSL color Cylindrical-coordinate representation of color #6A475E: hue angle of 320.57º 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 #6A475E is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 71 | 94 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.58 |
| HSL | 320.57º | 0.2% | 0.35% | - |
| HSV(B) | 320.57º | 0.33% | 0.42% | - |
| XYZ | 10.22 | 8.38 | 11.67 | - |
| YUV | 84.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 94 | 0 | 0.33 | 0.11 | 0.58 | 320.57 | 0.2 | 0.35 |
| Hex | 6A | 47 | 5E | 0 | 21 | B | 3A | 141 | 14 | 23 |
| Octal | 152 | 107 | 136 | 0 | 41 | 13 | 72 | 501 | 24 | 43 |
| Binary | 1101010 | 1000111 | 1011110 | 0 | 100001 | 1011 | 111010 | 101000001 | 10100 | 100011 |
Color Harmonies of #6A475E
Complementary color
Monochromatic Colors of #6A475E
Black with #6A475E
Text Example
Text Example
White with #6A475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A475E; }
p { color: rgb(106,71,94); }
H1.HeaderClassName
{
color: #6A475E;
}
.AnyTagClassName
{
color: #6A475E;
}
</style>
background-color css
<style>
a { background-color: #6A475E; }
a { background-color: rgb(106,71,94); }
div.DivClassName
{
background-color: #6A475E;
}
.BgClassName
{
background-color: #6A475E;
}
</style>
border-color css
<style>
span { border-color: #6A475E; }
span { border-color: rgb(106,71,94); }
td.TdClassName
{
border-color: #6A475E;
}
.TagClassName
{
border-color: #6A475E;
}
</style>