#69404F

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

Shades of Finn #69404F

Tints of Finn #69404F

Color information

#69404F (or 0x69404F) is unknown color: approx Finn. HEX triplet: 69, 40 and 4F. RGB value is (105,64,79). Sum of RGB (Red+Green+Blue) = 105+64+79=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #69404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69404F is #96BFB0. Grayscale: #4D4D4D. Windows color (decimal): -9879473 or 5193833. OLE color: 5193833.

HSL color Cylindrical-coordinate representation of color #69404F: hue angle of 338.05º 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 #69404F is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1056479-
CMYK00.390.250.59
HSL338.05º24.26%33.14%-
HSV(B)338.05º39.05%41.18%-
XYZ9.077.238.32-
YUV77.97128.58147.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=42.34%
G=25.81%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105647900.390.250.59338.0524.2633.14
Hex69404F027193B1521821
Octal15110011704731735223041
Binary11010011000000100111101001111100111101110101001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69404F; }

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

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

<style>
 a { background-color: #69404F; }

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

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

<style>
 span { border-color: #69404F; }

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

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