#6D465A

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

Shades of Finn #6D465A

Tints of Finn #6D465A

Color information

#6D465A (or 0x6D465A) is unknown color: approx Finn. HEX triplet: 6D, 46 and 5A. RGB value is (109,70,90). Sum of RGB (Red+Green+Blue) = 109+70+90=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D465A is #92B9A5. Grayscale: #535353. Windows color (decimal): -9615782 or 5916269. OLE color: 5916269.

HSL color Cylindrical-coordinate representation of color #6D465A: hue angle of 329.23º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D465A is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1097090-
CMYK00.360.170.57
HSL329.23º21.79%35.1%-
HSV(B)329.23º35.78%42.75%-
XYZ10.348.3710.74-
YUV83.94131.42145.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.52%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=40.52%
G=26.02%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109709000.360.170.57329.2321.7935.1
Hex6D465A02411391491623
Octal15510613204421715112643
Binary11011011000110101101001001001000111100110100100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,70,90); }

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

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

 a { background-color: rgb(109,70,90); }

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

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

 span { border-color: rgb(109,70,90); }

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