#694254

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

Shades of Finn #694254

Tints of Finn #694254

Color information

#694254 (or 0x694254) is unknown color: approx Finn. HEX triplet: 69, 42 and 54. RGB value is (105,66,84). Sum of RGB (Red+Green+Blue) = 105+66+84=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #694254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694254 is #96BDAB. Grayscale: #4F4F4F. Windows color (decimal): -9878956 or 5522025. OLE color: 5522025.

HSL color Cylindrical-coordinate representation of color #694254: hue angle of 332.31º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694254 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1056684-
CMYK00.370.200.59
HSL332.31º22.81%33.53%-
HSV(B)332.31º37.14%41.18%-
XYZ9.377.549.35-
YUV79.71130.42146.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=41.18%
G=25.88%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105668400.370.200.59332.3122.8133.53
Hex694254025143B14c1722
Octal15110212404524735142742
Binary11010011000010101010001001011010011101110100110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694254; }

 p { color: rgb(105,66,84); }

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

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

 a { background-color: rgb(105,66,84); }

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

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

 span { border-color: rgb(105,66,84); }

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