#65784D

Color #65784D Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #65784D

Tints of Dingley #65784D

Color information

#65784D (or 0x65784D) is unknown color: approx Dingley. HEX triplet: 65, 78 and 4D. RGB value is (101,120,77). Sum of RGB (Red+Green+Blue) = 101+120+77=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #65784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65784D is #9A87B2. Grayscale: #6D6D6D. Windows color (decimal): -10127283 or 5077093. OLE color: 5077093.

HSL color Cylindrical-coordinate representation of color #65784D: hue angle of 86.51º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65784D is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB10112077-
CMYK0.1600.360.53
HSL86.51º21.83%38.63%-
HSV(B)86.51º35.83%47.06%-
XYZ13.4216.749.54-
YUV109.42109.71122-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 120 (47.27% from 255) = 40.27%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=33.89%
G=40.27%
B=25.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101120770.1600.360.5386.5121.8338.63
Hex65784D1002435571627
Octal14517011520044651272647
Binary110010111110001001101100000100100110101101011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65784D;
 }
 .AnyTagClassName
 {
   color: #65784D;
 }
</style>
background-color css

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

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

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

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

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

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