Html Css Color HEX #65764D Dingley

📋 copy color: '#65764D'

red 101 ◦ green 118 ◦ blue 77

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

Shades of Dingley #65764D

Tints of Dingley #65764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.86%

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

R = 34.12%
G = 39.86%
B = 26.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#65764D (or 0x65764D) is known color: Dingley. HEX triplet: 65, 76 and 4D. RGB value is (101,118,77). Sum of RGB (Red+Green+Blue) = 101+118+77=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #65764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65764D is #9A89B2. Grayscale: #6C6C6C. Windows color (decimal): -10127795 or 5076581. OLE color: 5076581.

HSL color Cylindrical-coordinate representation of color #65764D: 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 #65764D is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 118 77 -
CMYK 0.14 0 0.35 0.54
HSL 84.88º 0.21% 0.38% -
HSV(B) 84.88º 0.35% 0.46% -
XYZ 13.18 16.26 9.46 -
YUV 108.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 101 118 77 0.14 0 0.35 0.54 84.88 0.21 0.38
Hex 65 76 4D E 0 23 36 55 15 26
Octal 145 166 115 16 0 43 66 125 25 46
Binary 1100101 1110110 1001101 1110 0 100011 110110 1010101 10101 100110

Color Harmonies of #65764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65764D

Black with #65764D

Text Example


Text Example

White with #65764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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