#654850

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

Shades of Finn #654850

Tints of Finn #654850

Color information

#654850 (or 0x654850) is unknown color: approx Finn. HEX triplet: 65, 48 and 50. RGB value is (101,72,80). Sum of RGB (Red+Green+Blue) = 101+72+80=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #654850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654850 is #9AB7AF. Grayscale: #515151. Windows color (decimal): -10139568 or 5261413. OLE color: 5261413.

HSL color Cylindrical-coordinate representation of color #654850: hue angle of 343.45º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #654850 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB1017280-
CMYK00.290.210.60
HSL343.45º16.76%33.92%-
HSV(B)343.45º28.71%39.61%-
XYZ9.137.988.65-
YUV81.58127.11141.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=39.92%
G=28.46%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101728000.290.210.60343.4516.7633.92
Hex65485001D153C1571122
Octal14511012003525745272142
Binary1100101100100010100000111011010111110010101011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654850; }

 p { color: rgb(101,72,80); }

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

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

 a { background-color: rgb(101,72,80); }

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

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

 span { border-color: rgb(101,72,80); }

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