#693656

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

Shades of Finn #693656

Tints of Finn #693656

Color information

#693656 (or 0x693656) is unknown color: approx Finn. HEX triplet: 69, 36 and 56. RGB value is (105,54,86). Sum of RGB (Red+Green+Blue) = 105+54+86=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #693656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693656 is #96C9A9. Grayscale: #484848. Windows color (decimal): -9882026 or 5650025. OLE color: 5650025.

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

Color convert

RGB1055486-
CMYK00.490.180.59
HSL322.35º32.08%31.18%-
HSV(B)322.35º48.57%41.18%-
XYZ8.826.319.56-
YUV72.9135.4150.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=42.86%
G=22.04%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105548600.490.180.59322.3532.0831.18
Hex693656031123B142201f
Octal1516612606122735024037
Binary1101001110110101011001100011001011101110100001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693656; }

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

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

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

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

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

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

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

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