#654250

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

Shades of Finn #654250

Tints of Finn #654250

Color information

#654250 (or 0x654250) is unknown color: approx Finn. HEX triplet: 65, 42 and 50. RGB value is (101,66,80). Sum of RGB (Red+Green+Blue) = 101+66+80=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #654250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654250 is #9ABDAF. Grayscale: #4E4E4E. Windows color (decimal): -10141104 or 5259877. OLE color: 5259877.

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

Color convert

RGB1016680-
CMYK00.350.210.60
HSL336º20.96%32.75%-
HSV(B)336º34.65%39.61%-
XYZ8.767.248.53-
YUV78.06129.1144.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=40.89%
G=26.72%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101668000.350.210.6033620.9632.75
Hex654250023153C1501521
Octal14510212004325745202541
Binary11001011000010101000001000111010111110010101000010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654250; }

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

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

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

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

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

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

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

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