#684B55

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

Shades of Finn #684B55

Tints of Finn #684B55

Color information

#684B55 (or 0x684B55) is unknown color: approx Finn. HEX triplet: 68, 4B and 55. RGB value is (104,75,85). Sum of RGB (Red+Green+Blue) = 104+75+85=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #684B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B55 is #97B4AA. Grayscale: #545454. Windows color (decimal): -9942187 or 5589864. OLE color: 5589864.

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

Color convert

RGB1047585-
CMYK00.280.180.59
HSL339.31º16.2%35.1%-
HSV(B)339.31º27.88%40.78%-
XYZ9.868.639.74-
YUV84.81128.11141.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=39.39%
G=28.41%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104758500.280.180.59339.3116.235.1
Hex684B5501C123B1531023
Octal15011312503422735232043
Binary1101000100101110101010111001001011101110101001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,75,85); }

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

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

 a { background-color: rgb(104,75,85); }

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

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

 span { border-color: rgb(104,75,85); }

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