#694853

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

Shades of Finn #694853

Tints of Finn #694853

Color information

#694853 (or 0x694853) is unknown color: approx Finn. HEX triplet: 69, 48 and 53. RGB value is (105,72,83). Sum of RGB (Red+Green+Blue) = 105+72+83=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #694853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694853 is #96B7AC. Grayscale: #535353. Windows color (decimal): -9877421 or 5458025. OLE color: 5458025.

HSL color Cylindrical-coordinate representation of color #694853: hue angle of 340º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #694853 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1057283-
CMYK00.310.210.59
HSL340º18.64%34.71%-
HSV(B)340º31.43%41.18%-
XYZ9.78.269.27-
YUV83.12127.93143.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=40.38%
G=27.69%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105728300.310.210.5934018.6434.71
Hex69485301F153B1541323
Octal15111012303725735242343
Binary1101001100100010100110111111010111101110101010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694853; }

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

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

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

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

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

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

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

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