Html Css Color HEX #64794A Dingley

📋 copy color: '#64794A'

red 100 ◦ green 121 ◦ blue 74

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

Shades of Dingley #64794A

Tints of Dingley #64794A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 33.9%
G = 41.02%
B = 25.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#64794A (or 0x64794A) is known color: Dingley. HEX triplet: 64, 79 and 4A. RGB value is (100,121,74). Sum of RGB (Red+Green+Blue) = 100+121+74=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #64794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64794A is #9B86B5. Grayscale: #6D6D6D. Windows color (decimal): -10192566 or 4880740. OLE color: 4880740.

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

Color convert

RGB 100 121 74 -
CMYK 0.17 0 0.39 0.53
HSL 86.81º 0.24% 0.38% -
HSV(B) 86.81º 0.39% 0.47% -
XYZ 13.33 16.88 9.03 -
YUV 109.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 100 121 74 0.17 0 0.39 0.53 86.81 0.24 0.38
Hex 64 79 4A 11 0 27 35 57 18 26
Octal 144 171 112 21 0 47 65 127 30 46
Binary 1100100 1111001 1001010 10001 0 100111 110101 1010111 11000 100110

Color Harmonies of #64794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64794A

Black with #64794A

Text Example


Text Example

White with #64794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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