#693F53

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

Shades of Finn #693F53

Tints of Finn #693F53

Color information

#693F53 (or 0x693F53) is unknown color: approx Finn. HEX triplet: 69, 3F and 53. RGB value is (105,63,83). Sum of RGB (Red+Green+Blue) = 105+63+83=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #693F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F53 is #96C0AC. Grayscale: #4D4D4D. Windows color (decimal): -9879725 or 5455721. OLE color: 5455721.

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

Color convert

RGB1056383-
CMYK00.40.210.59
HSL331.43º25%32.94%-
HSV(B)331.43º40%41.18%-
XYZ9.167.189.09-
YUV77.84130.91147.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 63 (25% from 255) = 25.10%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=41.83%
G=25.10%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105638300.40.210.59331.432532.94
Hex693F53028153B14b1921
Octal1517712305025735133141
Binary1101001111111101001101010001010111101110100101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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