#693550

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

Shades of Finn #693550

Tints of Finn #693550

Color information

#693550 (or 0x693550) is unknown color: approx Finn. HEX triplet: 69, 35 and 50. RGB value is (105,53,80). Sum of RGB (Red+Green+Blue) = 105+53+80=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #693550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693550 is #96CAAF. Grayscale: #474747. Windows color (decimal): -9882288 or 5256553. OLE color: 5256553.

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

Color convert

RGB1055380-
CMYK00.500.240.59
HSL328.85º32.91%30.98%-
HSV(B)328.85º49.52%41.18%-
XYZ8.556.138.32-
YUV71.63132.73151.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=44.12%
G=22.27%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105538000.500.240.59328.8532.9130.98
Hex693550032183B149211f
Octal1516512006230735114137
Binary1101001110101101000001100101100011101110100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693550; }

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

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

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

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

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

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

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

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