#6A515C

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

Shades of Finn #6A515C

Tints of Finn #6A515C

Color information

#6A515C (or 0x6A515C) is unknown color: approx Finn. HEX triplet: 6A, 51 and 5C. RGB value is (106,81,92). Sum of RGB (Red+Green+Blue) = 106+81+92=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 106 - color contains mainly: red. Hex color #6A515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A515C is #95AEA3. Grayscale: #595959. Windows color (decimal): -9809572 or 6050154. OLE color: 6050154.

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

Color convert

RGB1068192-
CMYK00.240.130.58
HSL333.6º13.37%36.67%-
HSV(B)333.6º23.58%41.57%-
XYZ10.829.7211.43-
YUV89.73129.28139.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=37.99%
G=29.03%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106819200.240.130.58333.613.3736.67
Hex6A515C018D3A14ed25
Octal15212113403015725161545
Binary11010101010001101110001100011011110101010011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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