Html Css Color HEX #64754B Dingley

📋 copy color: '#64754B'

red 100 ◦ green 117 ◦ blue 75

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

Shades of Dingley #64754B

Tints of Dingley #64754B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.68%

R = 34.25%
G = 40.07%
B = 25.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#64754B (or 0x64754B) is known color: Dingley. HEX triplet: 64, 75 and 4B. RGB value is (100,117,75). Sum of RGB (Red+Green+Blue) = 100+117+75=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #64754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64754B is #9B8AB4. Grayscale: #6B6B6B. Windows color (decimal): -10193589 or 4945252. OLE color: 4945252.

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

Color convert

RGB 100 117 75 -
CMYK 0.15 0 0.36 0.54
HSL 84.29º 0.22% 0.38% -
HSV(B) 84.29º 0.36% 0.46% -
XYZ 12.89 15.94 9.05 -
YUV 107.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 100 117 75 0.15 0 0.36 0.54 84.29 0.22 0.38
Hex 64 75 4B F 0 24 36 54 16 26
Octal 144 165 113 17 0 44 66 124 26 46
Binary 1100100 1110101 1001011 1111 0 100100 110110 1010100 10110 100110

Color Harmonies of #64754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64754B

Black with #64754B

Text Example


Text Example

White with #64754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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