Html Css Color HEX #64804F Dingley

📋 copy color: '#64804F'

red 100 ◦ green 128 ◦ blue 79

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

Shades of Dingley #64804F

Tints of Dingley #64804F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.69%

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

R = 32.57%
G = 41.69%
B = 25.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#64804F (or 0x64804F) is known color: Dingley. HEX triplet: 64, 80 and 4F. RGB value is (100,128,79). Sum of RGB (Red+Green+Blue) = 100+128+79=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #64804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64804F is #9B7FB0. Grayscale: #727272. Windows color (decimal): -10190769 or 5210212. OLE color: 5210212.

HSL color Cylindrical-coordinate representation of color #64804F: hue angle of 94.29º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64804F is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 128 79 -
CMYK 0.22 0 0.38 0.50
HSL 94.29º 0.24% 0.41% -
HSV(B) 94.29º 0.38% 0.5% -
XYZ 14.39 18.71 10.25 -
YUV 114.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 100 128 79 0.22 0 0.38 0.50 94.29 0.24 0.41
Hex 64 80 4F 16 0 26 32 5E 18 29
Octal 144 200 117 26 0 46 62 136 30 51
Binary 1100100 10000000 1001111 10110 0 100110 110010 1011110 11000 101001

Color Harmonies of #64804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64804F

Black with #64804F

Text Example


Text Example

White with #64804F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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