Html Css Color HEX #65744D Dingley

📋 copy color: '#65744D'

red 101 ◦ green 116 ◦ blue 77

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

Shades of Dingley #65744D

Tints of Dingley #65744D

RGB

 RED value IS 101 (39.84% from 255) = 34.35%

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

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

R = 34.35%
G = 39.46%
B = 26.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#65744D (or 0x65744D) is known color: Dingley. HEX triplet: 65, 74 and 4D. RGB value is (101,116,77). Sum of RGB (Red+Green+Blue) = 101+116+77=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #65744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65744D is #9A8BB2. Grayscale: #6B6B6B. Windows color (decimal): -10128307 or 5076069. OLE color: 5076069.

HSL color Cylindrical-coordinate representation of color #65744D: hue angle of 83.08º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65744D is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 116 77 -
CMYK 0.13 0 0.34 0.55
HSL 83.08º 0.2% 0.38% -
HSV(B) 83.08º 0.34% 0.45% -
XYZ 12.95 15.79 9.39 -
YUV 107.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 101 116 77 0.13 0 0.34 0.55 83.08 0.2 0.38
Hex 65 74 4D D 0 22 37 53 14 26
Octal 145 164 115 15 0 42 67 123 24 46
Binary 1100101 1110100 1001101 1101 0 100010 110111 1010011 10100 100110

Color Harmonies of #65744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65744D

Black with #65744D

Text Example


Text Example

White with #65744D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,116,77); }

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

background-color css

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

 a { background-color: rgb(101,116,77); }

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

border-color css

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

 span { border-color: rgb(101,116,77); }

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