Html Css Color HEX #654C54 Finn

📋 copy color: '#654C54'

red 101 ◦ green 76 ◦ blue 84

#654C54
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #654C54

Tints of Finn #654C54

RGB

 RED value IS 101 (39.84% from 255) = 38.7%

 GREEN value IS 76 (30.08% from 255) = 29.12%

 BLUE value IS 84 (33.2% from 255) = 32.18%

R = 38.7%
G = 29.12%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#654C54 (or 0x654C54) is known color: Finn. HEX triplet: 65, 4C and 54. RGB value is (101,76,84). Sum of RGB (Red+Green+Blue) = 101+76+84=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #654C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654C54 is #9AB3AB. Grayscale: #545454. Windows color (decimal): -10138540 or 5524581. OLE color: 5524581.

HSL color Cylindrical-coordinate representation of color #654C54: hue angle of 340.8º 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 #654C54 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 76 84 -
CMYK 0 0.25 0.17 0.60
HSL 340.8º 0.14% 0.35% -
HSV(B) 340.8º 0.25% 0.4% -
XYZ 9.55 8.58 9.54 -
YUV 84.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 101 76 84 0 0.25 0.17 0.60 340.8 0.14 0.35
Hex 65 4C 54 0 19 11 3C 155 E 23
Octal 145 114 124 0 31 21 74 525 16 43
Binary 1100101 1001100 1010100 0 11001 10001 111100 101010101 1110 100011

Color Harmonies of #654C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654C54

Black with #654C54

Text Example


Text Example

White with #654C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #654C54;
 }
 .AnyTagClassName
 {
   color: #654C54;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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