#693556

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

Shades of Finn #693556

Tints of Finn #693556

Color information

#693556 (or 0x693556) is unknown color: approx Finn. HEX triplet: 69, 35 and 56. RGB value is (105,53,86). Sum of RGB (Red+Green+Blue) = 105+53+86=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #693556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693556 is #96CAA9. Grayscale: #484848. Windows color (decimal): -9882282 or 5649769. OLE color: 5649769.

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

Color convert

RGB1055386-
CMYK00.500.180.59
HSL321.92º32.91%30.98%-
HSV(B)321.92º49.52%41.18%-
XYZ8.786.229.54-
YUV72.31135.73151.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 86 (33.98% from 255) = 35.25%
R=43.03%
G=21.72%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105538600.500.180.59321.9232.9130.98
Hex693556032123B142211f
Octal1516512606222735024137
Binary1101001110101101011001100101001011101110100001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693556; }

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

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

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

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

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

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

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

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