Html Css Color HEX #64844A Dingley

📋 copy color: '#64844A'

red 100 ◦ green 132 ◦ blue 74

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

Shades of Dingley #64844A

Tints of Dingley #64844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.14%

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

R = 32.68%
G = 43.14%
B = 24.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#64844A (or 0x64844A) is known color: Dingley. HEX triplet: 64, 84 and 4A. RGB value is (100,132,74). Sum of RGB (Red+Green+Blue) = 100+132+74=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #64844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64844A is #9B7BB5. Grayscale: #747474. Windows color (decimal): -10189750 or 4883556. OLE color: 4883556.

HSL color Cylindrical-coordinate representation of color #64844A: hue angle of 93.1º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64844A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 74 -
CMYK 0.24 0 0.44 0.48
HSL 93.1º 0.28% 0.4% -
HSV(B) 93.1º 0.44% 0.52% -
XYZ 14.74 19.71 9.51 -
YUV 115.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 100 132 74 0.24 0 0.44 0.48 93.1 0.28 0.4
Hex 64 84 4A 18 0 2C 30 5D 1C 28
Octal 144 204 112 30 0 54 60 135 34 50
Binary 1100100 10000100 1001010 11000 0 101100 110000 1011101 11100 101000

Color Harmonies of #64844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64844A

Black with #64844A

Text Example


Text Example

White with #64844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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