#694953

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

Shades of Finn #694953

Tints of Finn #694953

Color information

#694953 (or 0x694953) is unknown color: approx Finn. HEX triplet: 69, 49 and 53. RGB value is (105,73,83). Sum of RGB (Red+Green+Blue) = 105+73+83=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #694953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694953 is #96B6AC. Grayscale: #535353. Windows color (decimal): -9877165 or 5458281. OLE color: 5458281.

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

Color convert

RGB1057383-
CMYK00.300.210.59
HSL341.25º17.98%34.9%-
HSV(B)341.25º30.48%41.18%-
XYZ9.778.399.29-
YUV83.71127.6143.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 83 (32.81% from 255) = 31.80%
R=40.23%
G=27.97%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105738300.300.210.59341.2517.9834.9
Hex69495301E153B1551223
Octal15111112303625735252243
Binary1101001100100110100110111101010111101110101010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694953; }

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

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

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

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

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

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

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

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