Html Css Color HEX #64794B Dingley

📋 copy color: '#64794B'

red 100 ◦ green 121 ◦ blue 75

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

Shades of Dingley #64794B

Tints of Dingley #64794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.88%

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 33.78%
G = 40.88%
B = 25.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#64794B (or 0x64794B) is known color: Dingley. HEX triplet: 64, 79 and 4B. RGB value is (100,121,75). Sum of RGB (Red+Green+Blue) = 100+121+75=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #64794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64794B is #9B86B4. Grayscale: #6D6D6D. Windows color (decimal): -10192565 or 4946276. OLE color: 4946276.

HSL color Cylindrical-coordinate representation of color #64794B: hue angle of 87.39º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64794B is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 121 75 -
CMYK 0.17 0 0.38 0.53
HSL 87.39º 0.23% 0.38% -
HSV(B) 87.39º 0.38% 0.47% -
XYZ 13.36 16.89 9.21 -
YUV 109.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 100 121 75 0.17 0 0.38 0.53 87.39 0.23 0.38
Hex 64 79 4B 11 0 26 35 57 17 26
Octal 144 171 113 21 0 46 65 127 27 46
Binary 1100100 1111001 1001011 10001 0 100110 110101 1010111 10111 100110

Color Harmonies of #64794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64794B

Black with #64794B

Text Example


Text Example

White with #64794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64794B; }

 p { color: rgb(100,121,75); }

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

background-color css

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

 a { background-color: rgb(100,121,75); }

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

border-color css

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

 span { border-color: rgb(100,121,75); }

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