Html Css Color HEX #64744E Dingley

📋 copy color: '#64744E'

red 100 ◦ green 116 ◦ blue 78

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

Shades of Dingley #64744E

Tints of Dingley #64744E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.53%

R = 34.01%
G = 39.46%
B = 26.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#64744E (or 0x64744E) is known color: Dingley. HEX triplet: 64, 74 and 4E. RGB value is (100,116,78). Sum of RGB (Red+Green+Blue) = 100+116+78=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #64744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64744E is #9B8BB1. Grayscale: #6B6B6B. Windows color (decimal): -10193842 or 5141604. OLE color: 5141604.

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

Color convert

RGB 100 116 78 -
CMYK 0.14 0 0.33 0.55
HSL 85.26º 0.2% 0.38% -
HSV(B) 85.26º 0.33% 0.45% -
XYZ 12.88 15.75 9.57 -
YUV 106.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 100 116 78 0.14 0 0.33 0.55 85.26 0.2 0.38
Hex 64 74 4E E 0 21 37 55 14 26
Octal 144 164 116 16 0 41 67 125 24 46
Binary 1100100 1110100 1001110 1110 0 100001 110111 1010101 10100 100110

Color Harmonies of #64744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64744E

Black with #64744E

Text Example


Text Example

White with #64744E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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