#6A4155

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

Shades of Finn #6A4155

Tints of Finn #6A4155

Color information

#6A4155 (or 0x6A4155) is unknown color: approx Finn. HEX triplet: 6A, 41 and 55. RGB value is (106,65,85). Sum of RGB (Red+Green+Blue) = 106+65+85=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4155 is #95BEAA. Grayscale: #4F4F4F. Windows color (decimal): -9813675 or 5587306. OLE color: 5587306.

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

Color convert

RGB1066585-
CMYK00.390.200.58
HSL330.73º23.98%33.53%-
HSV(B)330.73º38.68%41.57%-
XYZ9.477.59.54-
YUV79.54131.08146.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=41.41%
G=25.39%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106658500.390.200.58330.7323.9833.53
Hex6A4155027143A14b1822
Octal15210112504724725133042
Binary11010101000001101010101001111010011101010100101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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