#6A3551

Color #6A3551 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #6A3551

Tints of Finn #6A3551

Color information

#6A3551 (or 0x6A3551) is unknown color: approx Finn. HEX triplet: 6A, 35 and 51. RGB value is (106,53,81). Sum of RGB (Red+Green+Blue) = 106+53+81=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3551 is #95CAAE. Grayscale: #474747. Windows color (decimal): -9816751 or 5322090. OLE color: 5322090.

HSL color Cylindrical-coordinate representation of color #6A3551: hue angle of 328.3º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A3551 is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1065381-
CMYK00.50.240.58
HSL328.3º33.33%31.18%-
HSV(B)328.3º50%41.57%-
XYZ8.76.28.52-
YUV72.04133.06152.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 44.17%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=44.17%
G=22.08%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106538100.50.240.58328.333.3331.18
Hex6A3551032183A148211f
Octal1526512106230725104137
Binary1101010110101101000101100101100011101010100100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A3551; }

 p { color: rgb(106,53,81); }

 H1.HeaderClassName
 {
   color: #6A3551;
 }
 .AnyTagClassName
 {
   color: #6A3551;
 }
</style>
background-color css

<style>
 a { background-color: #6A3551; }

 a { background-color: rgb(106,53,81); }

 div.DivClassName
 {
   background-color: #6A3551;
 }
 .BgClassName
 {
   background-color: #6A3551;
 }
</style>
border-color css

<style>
 span { border-color: #6A3551; }

 span { border-color: rgb(106,53,81); }

 td.TdClassName
 {
   border-color: #6A3551;
 }
 .TagClassName
 {
   border-color: #6A3551;
 }
</style>