Html Css Color HEX #64764D Dingley

📋 copy color: '#64764D'

red 100 ◦ green 118 ◦ blue 77

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

Shades of Dingley #64764D

Tints of Dingley #64764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 77 (30.47% from 255) = 26.1%

R = 33.9%
G = 40%
B = 26.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#64764D (or 0x64764D) is known color: Dingley. HEX triplet: 64, 76 and 4D. RGB value is (100,118,77). Sum of RGB (Red+Green+Blue) = 100+118+77=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #64764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64764D is #9B89B2. Grayscale: #6C6C6C. Windows color (decimal): -10193331 or 5076580. OLE color: 5076580.

HSL color Cylindrical-coordinate representation of color #64764D: hue angle of 86.34º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64764D is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 118 77 -
CMYK 0.15 0 0.35 0.54
HSL 86.34º 0.21% 0.38% -
HSV(B) 86.34º 0.35% 0.46% -
XYZ 13.07 16.2 9.46 -
YUV 107.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 100 118 77 0.15 0 0.35 0.54 86.34 0.21 0.38
Hex 64 76 4D F 0 23 36 56 15 26
Octal 144 166 115 17 0 43 66 126 25 46
Binary 1100100 1110110 1001101 1111 0 100011 110110 1010110 10101 100110

Color Harmonies of #64764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64764D

Black with #64764D

Text Example


Text Example

White with #64764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64764D; }

 p { color: rgb(100,118,77); }

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

background-color css

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

 a { background-color: rgb(100,118,77); }

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

border-color css

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

 span { border-color: rgb(100,118,77); }

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