#654C5B

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

Shades of Finn #654C5B

Tints of Finn #654C5B

Color information

#654C5B (or 0x654C5B) is unknown color: approx Finn. HEX triplet: 65, 4C and 5B. RGB value is (101,76,91). Sum of RGB (Red+Green+Blue) = 101+76+91=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #654C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654C5B is #9AB3A4. Grayscale: #555555. Windows color (decimal): -10138533 or 5983333. OLE color: 5983333.

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

Color convert

RGB1017691-
CMYK00.250.100.60
HSL324º14.12%34.71%-
HSV(B)324º24.75%39.61%-
XYZ9.848.6911.06-
YUV85.18131.28139.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=37.69%
G=28.36%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101769100.250.100.6032414.1234.71
Hex654C5B019A3C144e23
Octal14511413303112745041643
Binary11001011001100101101101100110101111001010001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654C5B; }

 p { color: rgb(101,76,91); }

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

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

 a { background-color: rgb(101,76,91); }

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

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

 span { border-color: rgb(101,76,91); }

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