#6A4951

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

Shades of Finn #6A4951

Tints of Finn #6A4951

Color information

#6A4951 (or 0x6A4951) is unknown color: approx Finn. HEX triplet: 6A, 49 and 51. RGB value is (106,73,81). Sum of RGB (Red+Green+Blue) = 106+73+81=260 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.77% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4951 is #95B6AE. Grayscale: #535353. Windows color (decimal): -9811631 or 5327210. OLE color: 5327210.

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

Color convert

RGB1067381-
CMYK00.310.240.58
HSL345.45º18.44%35.1%-
HSV(B)345.45º31.13%41.57%-
XYZ9.818.428.89-
YUV83.78126.43143.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.77%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 81 (32.03% from 255) = 31.15%
R=40.77%
G=28.08%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106738100.310.240.58345.4518.4435.1
Hex6A495101F183A1591223
Octal15211112103730725312243
Binary1101010100100110100010111111100011101010101100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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