#693551

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

Shades of Finn #693551

Tints of Finn #693551

Color information

#693551 (or 0x693551) is unknown color: approx Finn. HEX triplet: 69, 35 and 51. RGB value is (105,53,81). Sum of RGB (Red+Green+Blue) = 105+53+81=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #693551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693551 is #96CAAE. Grayscale: #474747. Windows color (decimal): -9882287 or 5322089. OLE color: 5322089.

HSL color Cylindrical-coordinate representation of color #693551: hue angle of 327.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693551 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB1055381-
CMYK00.500.230.59
HSL327.69º32.91%30.98%-
HSV(B)327.69º49.52%41.18%-
XYZ8.586.148.52-
YUV71.74133.23151.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=43.93%
G=22.18%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105538100.500.230.59327.6932.9130.98
Hex693551032173B148211f
Octal1516512106227735104137
Binary1101001110101101000101100101011111101110100100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693551; }

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

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

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

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

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

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

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

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