#684C5B

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

Shades of Finn #684C5B

Tints of Finn #684C5B

Color information

#684C5B (or 0x684C5B) is unknown color: approx Finn. HEX triplet: 68, 4C and 5B. RGB value is (104,76,91). Sum of RGB (Red+Green+Blue) = 104+76+91=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #684C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C5B is #97B3A4. Grayscale: #565656. Windows color (decimal): -9941925 or 5983336. OLE color: 5983336.

HSL color Cylindrical-coordinate representation of color #684C5B: hue angle of 327.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #684C5B is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1047691-
CMYK00.270.120.59
HSL327.86º15.56%35.29%-
HSV(B)327.86º26.92%40.78%-
XYZ10.188.8711.07-
YUV86.08130.78140.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=38.38%
G=28.04%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104769100.270.120.59327.8615.5635.29
Hex684C5B01BC3B1481023
Octal15011413303314735102043
Binary110100010011001011011011011110011101110100100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684C5B; }

 p { color: rgb(104,76,91); }

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

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

 a { background-color: rgb(104,76,91); }

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

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

 span { border-color: rgb(104,76,91); }

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