Shades of Finn #6A3853
Tints of Finn #6A3853
RGB
CMYK
RGB Variations
Color information
#6A3853 (or 0x6A3853) is known color: Finn. HEX triplet: 6A, 38 and 53. RGB value is (106,56,83). Sum of RGB (Red+Green+Blue) = 106+56+83=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3853 is #95C7AC. Grayscale: #494949. Windows color (decimal): -9815981 or 5453930. OLE color: 5453930.
HSL color Cylindrical-coordinate representation of color #6A3853: hue angle of 327.6º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A3853 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 56 | 83 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.58 |
| HSL | 327.6º | 0.31% | 0.32% | - |
| HSV(B) | 327.6º | 0.47% | 0.42% | - |
| XYZ | 8.92 | 6.52 | 8.97 | - |
| YUV | 74.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 56 | 83 | 0 | 0.47 | 0.22 | 0.58 | 327.6 | 0.31 | 0.32 |
| Hex | 6A | 38 | 53 | 0 | 2F | 16 | 3A | 148 | 1F | 20 |
| Octal | 152 | 70 | 123 | 0 | 57 | 26 | 72 | 510 | 37 | 40 |
| Binary | 1101010 | 111000 | 1010011 | 0 | 101111 | 10110 | 111010 | 101001000 | 11111 | 100000 |
Color Harmonies of #6A3853
Complementary color
Monochromatic Colors of #6A3853
Black with #6A3853
Text Example
Text Example
White with #6A3853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3853; }
p { color: rgb(106,56,83); }
H1.HeaderClassName
{
color: #6A3853;
}
.AnyTagClassName
{
color: #6A3853;
}
</style>
background-color css
<style>
a { background-color: #6A3853; }
a { background-color: rgb(106,56,83); }
div.DivClassName
{
background-color: #6A3853;
}
.BgClassName
{
background-color: #6A3853;
}
</style>
border-color css
<style>
span { border-color: #6A3853; }
span { border-color: rgb(106,56,83); }
td.TdClassName
{
border-color: #6A3853;
}
.TagClassName
{
border-color: #6A3853;
}
</style>