#65764F

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

Shades of Dingley #65764F

Tints of Dingley #65764F

Color information

#65764F (or 0x65764F) is unknown color: approx Dingley. HEX triplet: 65, 76 and 4F. RGB value is (101,118,79). Sum of RGB (Red+Green+Blue) = 101+118+79=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #65764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65764F is #9A89B0. Grayscale: #6C6C6C. Windows color (decimal): -10127793 or 5207653. OLE color: 5207653.

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

Color convert

RGB10111879-
CMYK0.1400.330.54
HSL86.15º19.8%38.63%-
HSV(B)86.15º33.05%46.27%-
XYZ13.2616.299.84-
YUV108.47111.37122.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=33.89%
G=39.60%
B=26.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101118790.1400.330.5486.1519.838.63
Hex65764FE02136561427
Octal14516611716041661262447
Binary11001011110110100111111100100001110110101011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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