#694955

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

Shades of Finn #694955

Tints of Finn #694955

Color information

#694955 (or 0x694955) is unknown color: approx Finn. HEX triplet: 69, 49 and 55. RGB value is (105,73,85). Sum of RGB (Red+Green+Blue) = 105+73+85=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #694955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694955 is #96B6AA. Grayscale: #535353. Windows color (decimal): -9877163 or 5589353. OLE color: 5589353.

HSL color Cylindrical-coordinate representation of color #694955: hue angle of 337.5º 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 #694955 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1057385-
CMYK00.300.190.59
HSL337.5º17.98%34.9%-
HSV(B)337.5º30.48%41.18%-
XYZ9.858.429.7-
YUV83.94128.6143.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 85 (33.59% from 255) = 32.32%
R=39.92%
G=27.76%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105738500.300.190.59337.517.9834.9
Hex69495501E133B1521223
Octal15111112503623735222243
Binary1101001100100110101010111101001111101110101001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694955; }

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

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

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

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

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

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

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

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