Html Css Color HEX #64744B Dingley

📋 copy color: '#64744B'

red 100 ◦ green 116 ◦ blue 75

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

Shades of Dingley #64744B

Tints of Dingley #64744B

RGB

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

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

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

R = 34.36%
G = 39.86%
B = 25.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#64744B (or 0x64744B) is known color: Dingley. HEX triplet: 64, 74 and 4B. RGB value is (100,116,75). Sum of RGB (Red+Green+Blue) = 100+116+75=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #64744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64744B is #9B8BB4. Grayscale: #6A6A6A. Windows color (decimal): -10193845 or 4944996. OLE color: 4944996.

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

Color convert

RGB 100 116 75 -
CMYK 0.14 0 0.35 0.55
HSL 83.41º 0.21% 0.37% -
HSV(B) 83.41º 0.35% 0.45% -
XYZ 12.77 15.71 9.02 -
YUV 106.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 100 116 75 0.14 0 0.35 0.55 83.41 0.21 0.37
Hex 64 74 4B E 0 23 37 53 15 25
Octal 144 164 113 16 0 43 67 123 25 45
Binary 1100100 1110100 1001011 1110 0 100011 110111 1010011 10101 100101

Color Harmonies of #64744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64744B

Black with #64744B

Text Example


Text Example

White with #64744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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