Html Css Color HEX #647F4E Dingley

📋 copy color: '#647F4E'

red 100 ◦ green 127 ◦ blue 78

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

Shades of Dingley #647F4E

Tints of Dingley #647F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.57%

R = 32.79%
G = 41.64%
B = 25.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#647F4E (or 0x647F4E) is known color: Dingley. HEX triplet: 64, 7F and 4E. RGB value is (100,127,78). Sum of RGB (Red+Green+Blue) = 100+127+78=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #647F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647F4E is #9B80B1. Grayscale: #717171. Windows color (decimal): -10191026 or 5144420. OLE color: 5144420.

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

Color convert

RGB 100 127 78 -
CMYK 0.21 0 0.39 0.50
HSL 93.06º 0.24% 0.4% -
HSV(B) 93.06º 0.39% 0.5% -
XYZ 14.22 18.44 10.02 -
YUV 113.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 100 127 78 0.21 0 0.39 0.50 93.06 0.24 0.4
Hex 64 7F 4E 15 0 27 32 5D 18 28
Octal 144 177 116 25 0 47 62 135 30 50
Binary 1100100 1111111 1001110 10101 0 100111 110010 1011101 11000 101000

Color Harmonies of #647F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647F4E

Black with #647F4E

Text Example


Text Example

White with #647F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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