#693955

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

Shades of Finn #693955

Tints of Finn #693955

Color information

#693955 (or 0x693955) is unknown color: approx Finn. HEX triplet: 69, 39 and 55. RGB value is (105,57,85). Sum of RGB (Red+Green+Blue) = 105+57+85=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #693955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693955 is #96C6AA. Grayscale: #4A4A4A. Windows color (decimal): -9881259 or 5585257. OLE color: 5585257.

HSL color Cylindrical-coordinate representation of color #693955: hue angle of 325º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #693955 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1055785-
CMYK00.460.190.59
HSL325º29.63%31.76%-
HSV(B)325º45.71%41.18%-
XYZ8.936.599.39-
YUV74.54133.9149.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=42.51%
G=23.08%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105578500.460.190.5932529.6331.76
Hex69395502E133B1451e20
Octal1517112505623735053640
Binary1101001111001101010101011101001111101110100010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693955; }

 p { color: rgb(105,57,85); }

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

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

 a { background-color: rgb(105,57,85); }

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

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

 span { border-color: rgb(105,57,85); }

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