#693754

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

Shades of Finn #693754

Tints of Finn #693754

Color information

#693754 (or 0x693754) is unknown color: approx Finn. HEX triplet: 69, 37 and 54. RGB value is (105,55,84). Sum of RGB (Red+Green+Blue) = 105+55+84=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #693754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693754 is #96C8AB. Grayscale: #494949. Windows color (decimal): -9881772 or 5519209. OLE color: 5519209.

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

Color convert

RGB1055584-
CMYK00.480.200.59
HSL325.2º31.25%31.37%-
HSV(B)325.2º47.62%41.18%-
XYZ8.796.389.15-
YUV73.26134.06150.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 84 (33.20% from 255) = 34.43%
R=43.03%
G=22.54%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105558400.480.200.59325.231.2531.37
Hex693754030143B1451f1f
Octal1516712406024735053737
Binary110100111011110101000110000101001110111010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693754; }

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

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

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

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

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

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

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

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