Html Css Color HEX #64794F Dingley

📋 copy color: '#64794F'

red 100 ◦ green 121 ◦ blue 79

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

Shades of Dingley #64794F

Tints of Dingley #64794F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.33%

R = 33.33%
G = 40.33%
B = 26.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#64794F (or 0x64794F) is known color: Dingley. HEX triplet: 64, 79 and 4F. RGB value is (100,121,79). Sum of RGB (Red+Green+Blue) = 100+121+79=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #64794F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64794F is #9B86B0. Grayscale: #6E6E6E. Windows color (decimal): -10192561 or 5208420. OLE color: 5208420.

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

Color convert

RGB 100 121 79 -
CMYK 0.17 0 0.35 0.53
HSL 90º 0.21% 0.39% -
HSV(B) 90º 0.35% 0.47% -
XYZ 13.5 16.95 9.96 -
YUV 109.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 100 121 79 0.17 0 0.35 0.53 90 0.21 0.39
Hex 64 79 4F 11 0 23 35 5A 15 27
Octal 144 171 117 21 0 43 65 132 25 47
Binary 1100100 1111001 1001111 10001 0 100011 110101 1011010 10101 100111

Color Harmonies of #64794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64794F

Black with #64794F

Text Example


Text Example

White with #64794F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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