#693355

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

Shades of Finn #693355

Tints of Finn #693355

Color information

#693355 (or 0x693355) is unknown color: approx Finn. HEX triplet: 69, 33 and 55. RGB value is (105,51,85). Sum of RGB (Red+Green+Blue) = 105+51+85=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #693355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693355 is #96CCAA. Grayscale: #464646. Windows color (decimal): -9882795 or 5583721. OLE color: 5583721.

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

Color convert

RGB1055185-
CMYK00.510.190.59
HSL322.22º34.62%30.59%-
HSV(B)322.22º51.43%41.18%-
XYZ8.656.039.3-
YUV71.02135.89152.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=43.57%
G=21.16%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105518500.510.190.59322.2234.6230.59
Hex693355033133B142231f
Octal1516312506323735024337
Binary1101001110011101010101100111001111101110100001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693355; }

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

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

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

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

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

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

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

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