#69495A

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

Shades of Finn #69495A

Tints of Finn #69495A

Color information

#69495A (or 0x69495A) is unknown color: approx Finn. HEX triplet: 69, 49 and 5A. RGB value is (105,73,90). Sum of RGB (Red+Green+Blue) = 105+73+90=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #69495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69495A is #96B6A5. Grayscale: #545454. Windows color (decimal): -9877158 or 5917033. OLE color: 5917033.

HSL color Cylindrical-coordinate representation of color #69495A: hue angle of 328.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69495A is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1057390-
CMYK00.300.140.59
HSL328.12º17.98%34.9%-
HSV(B)328.12º30.48%41.18%-
XYZ10.058.5110.78-
YUV84.51131.1142.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 90 (35.55% from 255) = 33.58%
R=39.18%
G=27.24%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105739000.300.140.59328.1217.9834.9
Hex69495A01EE3B1481223
Octal15111113203616735102243
Binary110100110010011011010011110111011101110100100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69495A; }

 p { color: rgb(105,73,90); }

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

<style>
 a { background-color: #69495A; }

 a { background-color: rgb(105,73,90); }

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

<style>
 span { border-color: #69495A; }

 span { border-color: rgb(105,73,90); }

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