Html Css Color HEX #647C50 Dingley

📋 copy color: '#647C50'

red 100 ◦ green 124 ◦ blue 80

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

Shades of Dingley #647C50

Tints of Dingley #647C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.79%

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

R = 32.89%
G = 40.79%
B = 26.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#647C50 (or 0x647C50) is known color: Dingley. HEX triplet: 64, 7C and 50. RGB value is (100,124,80). Sum of RGB (Red+Green+Blue) = 100+124+80=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #647C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C50 is #9B83AF. Grayscale: #6F6F6F. Windows color (decimal): -10191792 or 5274724. OLE color: 5274724.

HSL color Cylindrical-coordinate representation of color #647C50: hue angle of 92.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #647C50 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 124 80 -
CMYK 0.19 0 0.35 0.51
HSL 92.73º 0.22% 0.4% -
HSV(B) 92.73º 0.35% 0.49% -
XYZ 13.91 17.7 10.27 -
YUV 111.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 100 124 80 0.19 0 0.35 0.51 92.73 0.22 0.4
Hex 64 7C 50 13 0 23 33 5D 16 28
Octal 144 174 120 23 0 43 63 135 26 50
Binary 1100100 1111100 1010000 10011 0 100011 110011 1011101 10110 101000

Color Harmonies of #647C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C50

Black with #647C50

Text Example


Text Example

White with #647C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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