#65774D

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

Shades of Dingley #65774D

Tints of Dingley #65774D

Color information

#65774D (or 0x65774D) is unknown color: approx Dingley. HEX triplet: 65, 77 and 4D. RGB value is (101,119,77). Sum of RGB (Red+Green+Blue) = 101+119+77=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #65774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65774D is #9A88B2. Grayscale: #6C6C6C. Windows color (decimal): -10127539 or 5076837. OLE color: 5076837.

HSL color Cylindrical-coordinate representation of color #65774D: hue angle of 85.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65774D is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB10111977-
CMYK0.1500.350.53
HSL85.71º21.43%38.43%-
HSV(B)85.71º35.29%46.67%-
XYZ13.316.59.5-
YUV108.83110.04122.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=34.01%
G=40.07%
B=25.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101119770.1500.350.5385.7121.4338.43
Hex65774DF02335561526
Octal14516711517043651262546
Binary11001011110111100110111110100011110101101011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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