#693f50

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

Shades of Finn #693F50

Tints of Finn #693F50

Color information

#693F50 (or 0x693F50) is unknown color: approx Finn. HEX triplet: 69, 3F and 50. RGB value is (105,63,80). Sum of RGB (Red+Green+Blue) = 105+63+80=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #693F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F50 is #96C0AF. Grayscale: #4D4D4D. Windows color (decimal): -9879728 or 5259113. OLE color: 5259113.

HSL color Cylindrical-coordinate representation of color #693F50: hue angle of 335.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #693F50 is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1056380-
CMYK00.40.240.59
HSL335.71º25%32.94%-
HSV(B)335.71º40%41.18%-
XYZ9.057.148.49-
YUV77.5129.41147.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 63 (25% from 255) = 25.40%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=42.34%
G=25.40%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105638000.40.240.59335.712532.94
Hex693F50028183B1501921
Octal1517712005030735203141
Binary1101001111111101000001010001100011101110101000011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693f50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693f50; }

 p { color: rgb(105,63,80); }

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

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

 a { background-color: rgb(105,63,80); }

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

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

 span { border-color: rgb(105,63,80); }

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