Html Css Color HEX #647F50 Dingley

📋 copy color: '#647F50'

red 100 ◦ green 127 ◦ blue 80

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

Shades of Dingley #647F50

Tints of Dingley #647F50

RGB

 RED value IS 100 (39.45% from 255) = 32.57%

 GREEN value IS 127 (50% from 255) = 41.37%

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

R = 32.57%
G = 41.37%
B = 26.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#647F50 (or 0x647F50) is known color: Dingley. HEX triplet: 64, 7F and 50. RGB value is (100,127,80). Sum of RGB (Red+Green+Blue) = 100+127+80=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 127 - color contains mainly: green. Hex color #647F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647F50 is #9B80AF. Grayscale: #717171. Windows color (decimal): -10191024 or 5275492. OLE color: 5275492.

HSL color Cylindrical-coordinate representation of color #647F50: hue angle of 94.47º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #647F50 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 127 80 -
CMYK 0.21 0 0.37 0.50
HSL 94.47º 0.23% 0.41% -
HSV(B) 94.47º 0.37% 0.5% -
XYZ 14.29 18.47 10.4 -
YUV 113.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 100 127 80 0.21 0 0.37 0.50 94.47 0.23 0.41
Hex 64 7F 50 15 0 25 32 5E 17 29
Octal 144 177 120 25 0 45 62 136 27 51
Binary 1100100 1111111 1010000 10101 0 100101 110010 1011110 10111 101001

Color Harmonies of #647F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647F50

Black with #647F50

Text Example


Text Example

White with #647F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647F50; }

 p { color: rgb(100,127,80); }

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

background-color css

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

 a { background-color: rgb(100,127,80); }

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

border-color css

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

 span { border-color: rgb(100,127,80); }

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