Html Css Color HEX #647750 Dingley

📋 copy color: '#647750'

red 100 ◦ green 119 ◦ blue 80

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

Shades of Dingley #647750

Tints of Dingley #647750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.8%

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

R = 33.44%
G = 39.8%
B = 26.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#647750 (or 0x647750) is known color: Dingley. HEX triplet: 64, 77 and 50. RGB value is (100,119,80). Sum of RGB (Red+Green+Blue) = 100+119+80=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #647750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647750 is #9B88AF. Grayscale: #6D6D6D. Windows color (decimal): -10193072 or 5273444. OLE color: 5273444.

HSL color Cylindrical-coordinate representation of color #647750: hue angle of 89.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #647750 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 119 80 -
CMYK 0.16 0 0.33 0.53
HSL 89.23º 0.2% 0.39% -
HSV(B) 89.23º 0.33% 0.47% -
XYZ 13.3 16.48 10.07 -
YUV 108.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 100 119 80 0.16 0 0.33 0.53 89.23 0.2 0.39
Hex 64 77 50 10 0 21 35 59 14 27
Octal 144 167 120 20 0 41 65 131 24 47
Binary 1100100 1110111 1010000 10000 0 100001 110101 1011001 10100 100111

Color Harmonies of #647750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647750

Black with #647750

Text Example


Text Example

White with #647750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647750; }

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

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

background-color css

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

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

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

border-color css

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

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

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