Shades of Finn #6A535C
Tints of Finn #6A535C
RGB
CMYK
RGB Variations
Color information
#6A535C (or 0x6A535C) is known color: Finn. HEX triplet: 6A, 53 and 5C. RGB value is (106,83,92). Sum of RGB (Red+Green+Blue) = 106+83+92=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 106 - color contains mainly: red. Hex color #6A535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A535C is #95ACA3. Grayscale: #5A5A5A. Windows color (decimal): -9809060 or 6050666. OLE color: 6050666.
HSL color Cylindrical-coordinate representation of color #6A535C: hue angle of 336.52º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A535C is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 83 | 92 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.58 |
| HSL | 336.52º | 0.12% | 0.37% | - |
| HSV(B) | 336.52º | 0.22% | 0.42% | - |
| XYZ | 10.97 | 10.02 | 11.48 | - |
| YUV | 90.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 83 | 92 | 0 | 0.22 | 0.13 | 0.58 | 336.52 | 0.12 | 0.37 |
| Hex | 6A | 53 | 5C | 0 | 16 | D | 3A | 151 | C | 25 |
| Octal | 152 | 123 | 134 | 0 | 26 | 15 | 72 | 521 | 14 | 45 |
| Binary | 1101010 | 1010011 | 1011100 | 0 | 10110 | 1101 | 111010 | 101010001 | 1100 | 100101 |
Color Harmonies of #6A535C
Complementary color
Monochromatic Colors of #6A535C
Black with #6A535C
Text Example
Text Example
White with #6A535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A535C; }
p { color: rgb(106,83,92); }
H1.HeaderClassName
{
color: #6A535C;
}
.AnyTagClassName
{
color: #6A535C;
}
</style>
background-color css
<style>
a { background-color: #6A535C; }
a { background-color: rgb(106,83,92); }
div.DivClassName
{
background-color: #6A535C;
}
.BgClassName
{
background-color: #6A535C;
}
</style>
border-color css
<style>
span { border-color: #6A535C; }
span { border-color: rgb(106,83,92); }
td.TdClassName
{
border-color: #6A535C;
}
.TagClassName
{
border-color: #6A535C;
}
</style>