#693E53

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

Shades of Finn #693E53

Tints of Finn #693E53

Color information

#693E53 (or 0x693E53) is unknown color: approx Finn. HEX triplet: 69, 3E and 53. RGB value is (105,62,83). Sum of RGB (Red+Green+Blue) = 105+62+83=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #693E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693E53 is #96C1AC. Grayscale: #4D4D4D. Windows color (decimal): -9879981 or 5455465. OLE color: 5455465.

HSL color Cylindrical-coordinate representation of color #693E53: hue angle of 330.7º 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 #693E53 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1056283-
CMYK00.410.210.59
HSL330.7º25.75%32.75%-
HSV(B)330.7º40.95%41.18%-
XYZ9.117.079.07-
YUV77.25131.25147.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 62 (24.61% from 255) = 24.8%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=42%
G=24.8%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105628300.410.210.59330.725.7532.75
Hex693E53029153B14b1a21
Octal1517612305125735133241
Binary1101001111110101001101010011010111101110100101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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