Html Css Color HEX #654750 Finn

📋 copy color: '#654750'

red 101 ◦ green 71 ◦ blue 80

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

Shades of Finn #654750

Tints of Finn #654750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 40.08%
G = 28.17%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#654750 (or 0x654750) is known color: Finn. HEX triplet: 65, 47 and 50. RGB value is (101,71,80). Sum of RGB (Red+Green+Blue) = 101+71+80=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #654750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654750 is #9AB8AF. Grayscale: #505050. Windows color (decimal): -10139824 or 5261157. OLE color: 5261157.

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

Color convert

RGB 101 71 80 -
CMYK 0 0.30 0.21 0.60
HSL 342º 0.17% 0.34% -
HSV(B) 342º 0.3% 0.4% -
XYZ 9.07 7.85 8.63 -
YUV 81 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 101 71 80 0 0.30 0.21 0.60 342 0.17 0.34
Hex 65 47 50 0 1E 15 3C 156 11 22
Octal 145 107 120 0 36 25 74 526 21 42
Binary 1100101 1000111 1010000 0 11110 10101 111100 101010110 10001 100010

Color Harmonies of #654750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654750

Black with #654750

Text Example


Text Example

White with #654750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654750; }

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

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

background-color css

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

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

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

border-color css

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

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

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