#6A4F5B

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

Shades of Finn #6A4F5B

Tints of Finn #6A4F5B

Color information

#6A4F5B (or 0x6A4F5B) is unknown color: approx Finn. HEX triplet: 6A, 4F and 5B. RGB value is (106,79,91). Sum of RGB (Red+Green+Blue) = 106+79+91=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F5B is #95B0A4. Grayscale: #585858. Windows color (decimal): -9810085 or 5984106. OLE color: 5984106.

HSL color Cylindrical-coordinate representation of color #6A4F5B: hue angle of 333.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A4F5B is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1067991-
CMYK00.250.140.58
HSL333.33º14.59%36.27%-
HSV(B)333.33º25.47%41.57%-
XYZ10.639.4111.15-
YUV88.44129.45140.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=38.41%
G=28.62%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106799100.250.140.58333.3314.5936.27
Hex6A4F5B019E3A14df24
Octal15211713303116725151744
Binary11010101001111101101101100111101110101010011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,79,91); }

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

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

 a { background-color: rgb(106,79,91); }

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

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

 span { border-color: rgb(106,79,91); }

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