#694D5F

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

Shades of Finn #694D5F

Tints of Finn #694D5F

Color information

#694D5F (or 0x694D5F) is unknown color: approx Finn. HEX triplet: 69, 4D and 5F. RGB value is (105,77,95). Sum of RGB (Red+Green+Blue) = 105+77+95=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 105 - color contains mainly: red. Hex color #694D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D5F is #96B2A0. Grayscale: #575757. Windows color (decimal): -9876129 or 6245737. OLE color: 6245737.

HSL color Cylindrical-coordinate representation of color #694D5F: hue angle of 321.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #694D5F is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1057795-
CMYK00.270.100.59
HSL321.43º15.38%35.69%-
HSV(B)321.43º26.67%41.18%-
XYZ10.559.1412.03-
YUV87.42132.28140.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.91%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=37.91%
G=27.80%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105779500.270.100.59321.4315.3835.69
Hex694D5F01BA3B141f24
Octal15111513703312735011744
Binary11010011001101101111101101110101110111010000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694D5F; }

 p { color: rgb(105,77,95); }

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

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

 a { background-color: rgb(105,77,95); }

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

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

 span { border-color: rgb(105,77,95); }

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