#693C56

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

Shades of Finn #693C56

Tints of Finn #693C56

Color information

#693C56 (or 0x693C56) is unknown color: approx Finn. HEX triplet: 69, 3C and 56. RGB value is (105,60,86). Sum of RGB (Red+Green+Blue) = 105+60+86=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #693C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C56 is #96C3A9. Grayscale: #4C4C4C. Windows color (decimal): -9880490 or 5651561. OLE color: 5651561.

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

Color convert

RGB1056086-
CMYK00.430.180.59
HSL325.33º27.27%32.35%-
HSV(B)325.33º42.86%41.18%-
XYZ9.126.919.66-
YUV76.42133.41148.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=41.83%
G=23.90%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105608600.430.180.59325.3327.2732.35
Hex693C5602B123B1451b20
Octal1517412605322735053340
Binary1101001111100101011001010111001011101110100010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,60,86); }

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

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

 a { background-color: rgb(105,60,86); }

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

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

 span { border-color: rgb(105,60,86); }

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