#69405A

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

Shades of Finn #69405A

Tints of Finn #69405A

Color information

#69405A (or 0x69405A) is unknown color: approx Finn. HEX triplet: 69, 40 and 5A. RGB value is (105,64,90). Sum of RGB (Red+Green+Blue) = 105+64+90=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #69405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69405A is #96BFA5. Grayscale: #4F4F4F. Windows color (decimal): -9879462 or 5914729. OLE color: 5914729.

HSL color Cylindrical-coordinate representation of color #69405A: hue angle of 321.95º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69405A is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1056490-
CMYK00.390.140.59
HSL321.95º24.26%33.14%-
HSV(B)321.95º39.05%41.18%-
XYZ9.57.4110.6-
YUV79.22134.08146.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=40.54%
G=24.71%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105649000.390.140.59321.9524.2633.14
Hex69405A027E3B1421821
Octal15110013204716735023041
Binary1101001100000010110100100111111011101110100001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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