Html Css Color HEX #64754D Dingley

📋 copy color: '#64754D'

red 100 ◦ green 117 ◦ blue 77

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

Shades of Dingley #64754D

Tints of Dingley #64754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 34.01%
G = 39.8%
B = 26.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#64754D (or 0x64754D) is known color: Dingley. HEX triplet: 64, 75 and 4D. RGB value is (100,117,77). Sum of RGB (Red+Green+Blue) = 100+117+77=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #64754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64754D is #9B8AB2. Grayscale: #6B6B6B. Windows color (decimal): -10193587 or 5076324. OLE color: 5076324.

HSL color Cylindrical-coordinate representation of color #64754D: hue angle of 85.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64754D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 117 77 -
CMYK 0.15 0 0.34 0.54
HSL 85.5º 0.21% 0.38% -
HSV(B) 85.5º 0.34% 0.46% -
XYZ 12.96 15.97 9.42 -
YUV 107.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 100 117 77 0.15 0 0.34 0.54 85.5 0.21 0.38
Hex 64 75 4D F 0 22 36 56 15 26
Octal 144 165 115 17 0 42 66 126 25 46
Binary 1100100 1110101 1001101 1111 0 100010 110110 1010110 10101 100110

Color Harmonies of #64754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64754D

Black with #64754D

Text Example


Text Example

White with #64754D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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