#693E5B

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

Shades of Finn #693E5B

Tints of Finn #693E5B

Color information

#693E5B (or 0x693E5B) is unknown color: approx Finn. HEX triplet: 69, 3E and 5B. RGB value is (105,62,91). Sum of RGB (Red+Green+Blue) = 105+62+91=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #693E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693E5B is #96C1A4. Grayscale: #4E4E4E. Windows color (decimal): -9879973 or 5979753. OLE color: 5979753.

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

Color convert

RGB1056291-
CMYK00.410.130.59
HSL319.53º25.75%32.75%-
HSV(B)319.53º40.95%41.18%-
XYZ9.447.210.79-
YUV78.16135.25147.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=40.70%
G=24.03%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105629100.410.130.59319.5325.7532.75
Hex693E5B029D3B1401a21
Octal1517613305115735003241
Binary110100111111010110110101001110111101110100000011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,62,91); }

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

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

 a { background-color: rgb(105,62,91); }

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

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

 span { border-color: rgb(105,62,91); }

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