#693652

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

Shades of Finn #693652

Tints of Finn #693652

Color information

#693652 (or 0x693652) is unknown color: approx Finn. HEX triplet: 69, 36 and 52. RGB value is (105,54,82). Sum of RGB (Red+Green+Blue) = 105+54+82=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #693652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693652 is #96C9AD. Grayscale: #484848. Windows color (decimal): -9882030 or 5387881. OLE color: 5387881.

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

Color convert

RGB1055482-
CMYK00.490.220.59
HSL327.06º32.08%31.18%-
HSV(B)327.06º48.57%41.18%-
XYZ8.676.258.73-
YUV72.44133.4151.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=43.57%
G=22.41%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105548200.490.220.59327.0632.0831.18
Hex693652031163B147201f
Octal1516612206126735074037
Binary1101001110110101001001100011011011101110100011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693652; }

 p { color: rgb(105,54,82); }

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

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

 a { background-color: rgb(105,54,82); }

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

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

 span { border-color: rgb(105,54,82); }

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