#6A3954

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

Shades of Finn #6A3954

Tints of Finn #6A3954

Color information

#6A3954 (or 0x6A3954) is unknown color: approx Finn. HEX triplet: 6A, 39 and 54. RGB value is (106,57,84). Sum of RGB (Red+Green+Blue) = 106+57+84=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3954 is #95C6AB. Grayscale: #4A4A4A. Windows color (decimal): -9815724 or 5519722. OLE color: 5519722.

HSL color Cylindrical-coordinate representation of color #6A3954: hue angle of 326.94º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A3954 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB1065784-
CMYK00.460.210.58
HSL326.94º30.06%31.96%-
HSV(B)326.94º46.23%41.57%-
XYZ9.016.639.19-
YUV74.73133.23150.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.91%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=42.91%
G=23.08%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106578400.460.210.58326.9430.0631.96
Hex6A395402E153A1471e20
Octal1527112405625725073640
Binary1101010111001101010001011101010111101010100011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,57,84); }

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

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

 a { background-color: rgb(106,57,84); }

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

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

 span { border-color: rgb(106,57,84); }

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