#693C5B

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

Shades of Finn #693C5B

Tints of Finn #693C5B

Color information

#693C5B (or 0x693C5B) is unknown color: approx Finn. HEX triplet: 69, 3C and 5B. RGB value is (105,60,91). Sum of RGB (Red+Green+Blue) = 105+60+91=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #693C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C5B is #96C3A4. Grayscale: #4C4C4C. Windows color (decimal): -9880485 or 5979241. OLE color: 5979241.

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

Color convert

RGB1056091-
CMYK00.430.130.59
HSL318.67º27.27%32.35%-
HSV(B)318.67º42.86%41.18%-
XYZ9.336.9910.76-
YUV76.99135.91147.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 60 (23.83% from 255) = 23.44%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=41.02%
G=23.44%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105609100.430.130.59318.6727.2732.35
Hex693C5B02BD3B13f1b20
Octal1517413305315734773340
Binary110100111110010110110101011110111101110011111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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