#693554

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

Shades of Finn #693554

Tints of Finn #693554

Color information

#693554 (or 0x693554) is unknown color: approx Finn. HEX triplet: 69, 35 and 54. RGB value is (105,53,84). Sum of RGB (Red+Green+Blue) = 105+53+84=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #693554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693554 is #96CAAB. Grayscale: #484848. Windows color (decimal): -9882284 or 5518697. OLE color: 5518697.

HSL color Cylindrical-coordinate representation of color #693554: hue angle of 324.23º 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 #693554 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1055384-
CMYK00.500.200.59
HSL324.23º32.91%30.98%-
HSV(B)324.23º49.52%41.18%-
XYZ8.76.199.12-
YUV72.08134.73151.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 84 (33.20% from 255) = 34.71%
R=43.39%
G=21.90%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105538400.500.200.59324.2332.9130.98
Hex693554032143B144211f
Octal1516512406224735044137
Binary1101001110101101010001100101010011101110100010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693554; }

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

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

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

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

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

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

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

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