#693F51

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

Shades of Finn #693F51

Tints of Finn #693F51

Color information

#693F51 (or 0x693F51) is unknown color: approx Finn. HEX triplet: 69, 3F and 51. RGB value is (105,63,81). Sum of RGB (Red+Green+Blue) = 105+63+81=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #693F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F51 is #96C0AE. Grayscale: #4D4D4D. Windows color (decimal): -9879727 or 5324649. OLE color: 5324649.

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

Color convert

RGB1056381-
CMYK00.40.230.59
HSL334.29º25%32.94%-
HSV(B)334.29º40%41.18%-
XYZ9.097.158.69-
YUV77.61129.91147.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=42.17%
G=25.30%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105638100.40.230.59334.292532.94
Hex693F51028173B14e1921
Octal1517712105027735163141
Binary1101001111111101000101010001011111101110100111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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