Html Css Color HEX #64754F Dingley

📋 copy color: '#64754F'

red 100 ◦ green 117 ◦ blue 79

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

Shades of Dingley #64754F

Tints of Dingley #64754F

RGB

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

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

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

R = 33.78%
G = 39.53%
B = 26.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#64754F (or 0x64754F) is known color: Dingley. HEX triplet: 64, 75 and 4F. RGB value is (100,117,79). Sum of RGB (Red+Green+Blue) = 100+117+79=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #64754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64754F is #9B8AB0. Grayscale: #6B6B6B. Windows color (decimal): -10193585 or 5207396. OLE color: 5207396.

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

Color convert

RGB 100 117 79 -
CMYK 0.15 0 0.32 0.54
HSL 86.84º 0.19% 0.38% -
HSV(B) 86.84º 0.32% 0.46% -
XYZ 13.03 16 9.8 -
YUV 107.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 100 117 79 0.15 0 0.32 0.54 86.84 0.19 0.38
Hex 64 75 4F F 0 20 36 57 13 26
Octal 144 165 117 17 0 40 66 127 23 46
Binary 1100100 1110101 1001111 1111 0 100000 110110 1010111 10011 100110

Color Harmonies of #64754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64754F

Black with #64754F

Text Example


Text Example

White with #64754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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