Html Css Color HEX #64744F Dingley

📋 copy color: '#64744F'

red 100 ◦ green 116 ◦ blue 79

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

Shades of Dingley #64744F

Tints of Dingley #64744F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

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

R = 33.9%
G = 39.32%
B = 26.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#64744F (or 0x64744F) is known color: Dingley. HEX triplet: 64, 74 and 4F. RGB value is (100,116,79). Sum of RGB (Red+Green+Blue) = 100+116+79=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #64744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64744F is #9B8BB0. Grayscale: #6B6B6B. Windows color (decimal): -10193841 or 5207140. OLE color: 5207140.

HSL color Cylindrical-coordinate representation of color #64744F: hue angle of 85.95º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64744F is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 116 79 -
CMYK 0.14 0 0.32 0.55
HSL 85.95º 0.19% 0.38% -
HSV(B) 85.95º 0.32% 0.45% -
XYZ 12.91 15.76 9.76 -
YUV 107 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 100 116 79 0.14 0 0.32 0.55 85.95 0.19 0.38
Hex 64 74 4F E 0 20 37 56 13 26
Octal 144 164 117 16 0 40 67 126 23 46
Binary 1100100 1110100 1001111 1110 0 100000 110111 1010110 10011 100110

Color Harmonies of #64744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64744F

Black with #64744F

Text Example


Text Example

White with #64744F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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