#654257

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

Shades of Finn #654257

Tints of Finn #654257

Color information

#654257 (or 0x654257) is unknown color: approx Finn. HEX triplet: 65, 42 and 57. RGB value is (101,66,87). Sum of RGB (Red+Green+Blue) = 101+66+87=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #654257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654257 is #9ABDA8. Grayscale: #4E4E4E. Windows color (decimal): -10141097 or 5718629. OLE color: 5718629.

HSL color Cylindrical-coordinate representation of color #654257: hue angle of 324º 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 #654257 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB1016687-
CMYK00.350.140.60
HSL324º20.96%32.75%-
HSV(B)324º34.65%39.61%-
XYZ9.047.359.96-
YUV78.86132.6143.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 87 (34.38% from 255) = 34.25%
R=39.76%
G=25.98%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101668700.350.140.6032420.9632.75
Hex654257023E3C1441521
Octal14510212704316745042541
Binary1100101100001010101110100011111011110010100010010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654257; }

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

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

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

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

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

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

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

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