#6A505B

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

Shades of Finn #6A505B

Tints of Finn #6A505B

Color information

#6A505B (or 0x6A505B) is unknown color: approx Finn. HEX triplet: 6A, 50 and 5B. RGB value is (106,80,91). Sum of RGB (Red+Green+Blue) = 106+80+91=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 106 - color contains mainly: red. Hex color #6A505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A505B is #95AFA4. Grayscale: #595959. Windows color (decimal): -9809829 or 5984362. OLE color: 5984362.

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

Color convert

RGB1068091-
CMYK00.250.140.58
HSL334.62º13.98%36.47%-
HSV(B)334.62º24.53%41.57%-
XYZ10.79.5611.18-
YUV89.03129.11140.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=38.27%
G=28.88%
B=32.85%

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
Decimal106809100.250.140.58334.6213.9836.47
Hex6A505B019E3A14fe24
Octal15212013303116725171644
Binary11010101010000101101101100111101110101010011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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