#4D653E

Color #4D653E Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #4D653E

Tints of Dell #4D653E

Color information

#4D653E (or 0x4D653E) is unknown color: approx Dell. HEX triplet: 4D, 65 and 3E. RGB value is (77,101,62). Sum of RGB (Red+Green+Blue) = 77+101+62=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #4D653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D653E is #B29AC1. Grayscale: #595959. Windows color (decimal): -11705026 or 4089165. OLE color: 4089165.

HSL color Cylindrical-coordinate representation of color #4D653E: hue angle of 96.92º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D653E is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB7710162-
CMYK0.2400.390.60
HSL96.92º23.93%31.96%-
HSV(B)96.92º38.61%39.61%-
XYZ8.5811.236.27-
YUV89.38112.55119.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=32.08%
G=42.08%
B=25.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77101620.2400.390.6096.9223.9331.96
Hex4D653E180273C611820
Octal1151457630047741413040
Binary10011011100101111110110000100111111100110000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D653E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D653E; }

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

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

<style>
 a { background-color: #4D653E; }

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

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

<style>
 span { border-color: #4D653E; }

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

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