#684C5C

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

Shades of Finn #684C5C

Tints of Finn #684C5C

Color information

#684C5C (or 0x684C5C) is unknown color: approx Finn. HEX triplet: 68, 4C and 5C. RGB value is (104,76,92). Sum of RGB (Red+Green+Blue) = 104+76+92=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #684C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C5C is #97B3A3. Grayscale: #565656. Windows color (decimal): -9941924 or 6048872. OLE color: 6048872.

HSL color Cylindrical-coordinate representation of color #684C5C: hue angle of 325.71º 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 #684C5C is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1047692-
CMYK00.270.120.59
HSL325.71º15.56%35.29%-
HSV(B)325.71º26.92%40.78%-
XYZ10.238.8811.3-
YUV86.2131.28140.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=38.24%
G=27.94%
B=33.82%

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
Decimal104769200.270.120.59325.7115.5635.29
Hex684C5C01BC3B1461023
Octal15011413403314735062043
Binary110100010011001011100011011110011101110100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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