Html Css Color HEX #64814D Dingley

📋 copy color: '#64814D'

red 100 ◦ green 129 ◦ blue 77

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

Shades of Dingley #64814D

Tints of Dingley #64814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.16%

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 32.68%
G = 42.16%
B = 25.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#64814D (or 0x64814D) is known color: Dingley. HEX triplet: 64, 81 and 4D. RGB value is (100,129,77). Sum of RGB (Red+Green+Blue) = 100+129+77=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #64814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64814D is #9B7EB2. Grayscale: #727272. Windows color (decimal): -10190515 or 5079396. OLE color: 5079396.

HSL color Cylindrical-coordinate representation of color #64814D: hue angle of 93.46º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64814D is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 77 -
CMYK 0.22 0 0.40 0.49
HSL 93.46º 0.25% 0.4% -
HSV(B) 93.46º 0.4% 0.51% -
XYZ 14.45 18.95 9.92 -
YUV 114.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 100 129 77 0.22 0 0.40 0.49 93.46 0.25 0.4
Hex 64 81 4D 16 0 28 31 5D 19 28
Octal 144 201 115 26 0 50 61 135 31 50
Binary 1100100 10000001 1001101 10110 0 101000 110001 1011101 11001 101000

Color Harmonies of #64814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64814D

Black with #64814D

Text Example


Text Example

White with #64814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64814D; }

 p { color: rgb(100,129,77); }

 H1.HeaderClassName
 {
   color: #64814D;
 }
 .AnyTagClassName
 {
   color: #64814D;
 }
</style>

background-color css

<style>
 a { background-color: #64814D; }

 a { background-color: rgb(100,129,77); }

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

border-color css

<style>
 span { border-color: #64814D; }

 span { border-color: rgb(100,129,77); }

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