#6A3555

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

Shades of Finn #6A3555

Tints of Finn #6A3555

Color information

#6A3555 (or 0x6A3555) is unknown color: approx Finn. HEX triplet: 6A, 35 and 55. RGB value is (106,53,85). Sum of RGB (Red+Green+Blue) = 106+53+85=244 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.44% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3555 is #95CAAA. Grayscale: #484848. Windows color (decimal): -9816747 or 5584234. OLE color: 5584234.

HSL color Cylindrical-coordinate representation of color #6A3555: hue angle of 323.77º 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 #6A3555 is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB1065385-
CMYK00.50.200.58
HSL323.77º33.33%31.18%-
HSV(B)323.77º50%41.57%-
XYZ8.866.279.34-
YUV72.49135.06151.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.44%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 85 (33.59% from 255) = 34.84%
R=43.44%
G=21.72%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106538500.50.200.58323.7733.3331.18
Hex6A3555032143A144211f
Octal1526512506224725044137
Binary1101010110101101010101100101010011101010100010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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