Html Css Color HEX #65764E Dingley

📋 copy color: '#65764E'

red 101 ◦ green 118 ◦ blue 78

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

Shades of Dingley #65764E

Tints of Dingley #65764E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.26%

R = 34.01%
G = 39.73%
B = 26.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#65764E (or 0x65764E) is known color: Dingley. HEX triplet: 65, 76 and 4E. RGB value is (101,118,78). Sum of RGB (Red+Green+Blue) = 101+118+78=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #65764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65764E is #9A89B1. Grayscale: #6C6C6C. Windows color (decimal): -10127794 or 5142117. OLE color: 5142117.

HSL color Cylindrical-coordinate representation of color #65764E: hue angle of 85.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65764E is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 118 78 -
CMYK 0.14 0 0.34 0.54
HSL 85.5º 0.2% 0.38% -
HSV(B) 85.5º 0.34% 0.46% -
XYZ 13.22 16.27 9.65 -
YUV 108.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 101 118 78 0.14 0 0.34 0.54 85.5 0.2 0.38
Hex 65 76 4E E 0 22 36 56 14 26
Octal 145 166 116 16 0 42 66 126 24 46
Binary 1100101 1110110 1001110 1110 0 100010 110110 1010110 10100 100110

Color Harmonies of #65764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65764E

Black with #65764E

Text Example


Text Example

White with #65764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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