#693755

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

Shades of Finn #693755

Tints of Finn #693755

Color information

#693755 (or 0x693755) is unknown color: approx Finn. HEX triplet: 69, 37 and 55. RGB value is (105,55,85). Sum of RGB (Red+Green+Blue) = 105+55+85=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #693755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693755 is #96C8AA. Grayscale: #494949. Windows color (decimal): -9881771 or 5584745. OLE color: 5584745.

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

Color convert

RGB1055585-
CMYK00.480.190.59
HSL324º31.25%31.37%-
HSV(B)324º47.62%41.18%-
XYZ8.836.399.36-
YUV73.37134.56150.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=42.86%
G=22.45%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105558500.480.190.5932431.2531.37
Hex693755030133B1441f1f
Octal1516712506023735043737
Binary110100111011110101010110000100111110111010001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693755; }

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

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

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

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

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

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

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

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