#65764E

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

Shades of Dingley #65764E

Tints of Dingley #65764E

Color information

#65764E (or 0x65764E) is unknown color: approx 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

RGB10111878-
CMYK0.1400.340.54
HSL85.5º20.41%38.43%-
HSV(B)85.5º33.9%46.27%-
XYZ13.2216.279.65-
YUV108.36110.87122.75-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101118780.1400.340.5485.520.4138.43
Hex65764EE02236561426
Octal14516611616042661262446
Binary11001011110110100111011100100010110110101011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>