#693D5A

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

Shades of Finn #693D5A

Tints of Finn #693D5A

Color information

#693D5A (or 0x693D5A) is unknown color: approx Finn. HEX triplet: 69, 3D and 5A. RGB value is (105,61,90). Sum of RGB (Red+Green+Blue) = 105+61+90=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #693D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693D5A is #96C2A5. Grayscale: #4D4D4D. Windows color (decimal): -9880230 or 5913961. OLE color: 5913961.

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

Color convert

RGB1056190-
CMYK00.420.140.59
HSL320.45º26.51%32.55%-
HSV(B)320.45º41.9%41.18%-
XYZ9.347.0810.55-
YUV77.46135.08147.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=41.02%
G=23.83%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105619000.420.140.59320.4526.5132.55
Hex693D5A02AE3B1401b21
Octal1517513205216735003341
Binary110100111110110110100101010111011101110100000011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,61,90); }

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

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

 a { background-color: rgb(105,61,90); }

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

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

 span { border-color: rgb(105,61,90); }

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