#6B515C

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

Shades of Finn #6B515C

Tints of Finn #6B515C

Color information

#6B515C (or 0x6B515C) is unknown color: approx Finn. HEX triplet: 6B, 51 and 5C. RGB value is (107,81,92). Sum of RGB (Red+Green+Blue) = 107+81+92=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B515C is #94AEA3. Grayscale: #5A5A5A. Windows color (decimal): -9744036 or 6050155. OLE color: 6050155.

HSL color Cylindrical-coordinate representation of color #6B515C: hue angle of 334.62º degrees, saturation: 0.14, 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 #6B515C is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1078192-
CMYK00.240.140.58
HSL334.62º13.83%36.86%-
HSV(B)334.62º24.3%41.96%-
XYZ10.949.7811.44-
YUV90.03129.11140.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.21%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=38.21%
G=28.93%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107819200.240.140.58334.6213.8336.86
Hex6B515C018E3A14fe25
Octal15312113403016725171645
Binary11010111010001101110001100011101110101010011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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