#6A435F

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

Shades of Finn #6A435F

Tints of Finn #6A435F

Color information

#6A435F (or 0x6A435F) is unknown color: approx Finn. HEX triplet: 6A, 43 and 5F. RGB value is (106,67,95). Sum of RGB (Red+Green+Blue) = 106+67+95=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 106 - color contains mainly: red. Hex color #6A435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A435F is #95BCA0. Grayscale: #515151. Windows color (decimal): -9813153 or 6243178. OLE color: 6243178.

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

Color convert

RGB1066795-
CMYK00.370.100.58
HSL316.92º22.54%33.92%-
HSV(B)316.92º36.79%41.57%-
XYZ10.027.911.82-
YUV81.85135.42145.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.55%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=39.55%
G=25%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106679500.370.100.58316.9222.5433.92
Hex6A435F025A3A13d1722
Octal15210313704512724752742
Binary1101010100001110111110100101101011101010011110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,67,95); }

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

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

 a { background-color: rgb(106,67,95); }

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

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

 span { border-color: rgb(106,67,95); }

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