Html Css Color HEX #64754C Dingley

📋 copy color: '#64754C'

red 100 ◦ green 117 ◦ blue 76

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

Shades of Dingley #64754C

Tints of Dingley #64754C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.94%

R = 34.13%
G = 39.93%
B = 25.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#64754C (or 0x64754C) is known color: Dingley. HEX triplet: 64, 75 and 4C. RGB value is (100,117,76). Sum of RGB (Red+Green+Blue) = 100+117+76=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #64754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64754C is #9B8AB3. Grayscale: #6B6B6B. Windows color (decimal): -10193588 or 5010788. OLE color: 5010788.

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

Color convert

RGB 100 117 76 -
CMYK 0.15 0 0.35 0.54
HSL 84.88º 0.21% 0.38% -
HSV(B) 84.88º 0.35% 0.46% -
XYZ 12.92 15.95 9.24 -
YUV 107.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 100 117 76 0.15 0 0.35 0.54 84.88 0.21 0.38
Hex 64 75 4C F 0 23 36 55 15 26
Octal 144 165 114 17 0 43 66 125 25 46
Binary 1100100 1110101 1001100 1111 0 100011 110110 1010101 10101 100110

Color Harmonies of #64754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64754C

Black with #64754C

Text Example


Text Example

White with #64754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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