#684B53

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

Shades of Finn #684B53

Tints of Finn #684B53

Color information

#684B53 (or 0x684B53) is unknown color: approx Finn. HEX triplet: 68, 4B and 53. RGB value is (104,75,83). Sum of RGB (Red+Green+Blue) = 104+75+83=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #684B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B53 is #97B4AC. Grayscale: #545454. Windows color (decimal): -9942189 or 5458792. OLE color: 5458792.

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

Color convert

RGB1047583-
CMYK00.280.200.59
HSL343.45º16.2%35.1%-
HSV(B)343.45º27.88%40.78%-
XYZ9.798.69.33-
YUV84.58127.11141.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=39.69%
G=28.63%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104758300.280.200.59343.4516.235.1
Hex684B5301C143B1571023
Octal15011312303424735272043
Binary1101000100101110100110111001010011101110101011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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