Shades of Finn #6A475A
Tints of Finn #6A475A
RGB
CMYK
RGB Variations
Color information
#6A475A (or 0x6A475A) is known color: Finn. HEX triplet: 6A, 47 and 5A. RGB value is (106,71,90). Sum of RGB (Red+Green+Blue) = 106+71+90=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 106 - color contains mainly: red. Hex color #6A475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A475A is #95B8A5. Grayscale: #535353. Windows color (decimal): -9812134 or 5916522. OLE color: 5916522.
HSL color Cylindrical-coordinate representation of color #6A475A: hue angle of 327.43º 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 #6A475A is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 71 | 90 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.58 |
| HSL | 327.43º | 0.2% | 0.35% | - |
| HSV(B) | 327.43º | 0.33% | 0.42% | - |
| XYZ | 10.04 | 8.31 | 10.75 | - |
| YUV | 83.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 90 | 0 | 0.33 | 0.15 | 0.58 | 327.43 | 0.2 | 0.35 |
| Hex | 6A | 47 | 5A | 0 | 21 | F | 3A | 147 | 14 | 23 |
| Octal | 152 | 107 | 132 | 0 | 41 | 17 | 72 | 507 | 24 | 43 |
| Binary | 1101010 | 1000111 | 1011010 | 0 | 100001 | 1111 | 111010 | 101000111 | 10100 | 100011 |
Color Harmonies of #6A475A
Complementary color
Monochromatic Colors of #6A475A
Black with #6A475A
Text Example
Text Example
White with #6A475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A475A; }
p { color: rgb(106,71,90); }
H1.HeaderClassName
{
color: #6A475A;
}
.AnyTagClassName
{
color: #6A475A;
}
</style>
background-color css
<style>
a { background-color: #6A475A; }
a { background-color: rgb(106,71,90); }
div.DivClassName
{
background-color: #6A475A;
}
.BgClassName
{
background-color: #6A475A;
}
</style>
border-color css
<style>
span { border-color: #6A475A; }
span { border-color: rgb(106,71,90); }
td.TdClassName
{
border-color: #6A475A;
}
.TagClassName
{
border-color: #6A475A;
}
</style>