#4E693D

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

Shades of Dell #4E693D

Tints of Dell #4E693D

Color information

#4E693D (or 0x4E693D) is unknown color: approx Dell. HEX triplet: 4E, 69 and 3D. RGB value is (78,105,61). Sum of RGB (Red+Green+Blue) = 78+105+61=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #4E693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E693D is #B196C2. Grayscale: #5C5C5C. Windows color (decimal): -11638467 or 4024654. OLE color: 4024654.

HSL color Cylindrical-coordinate representation of color #4E693D: hue angle of 96.82º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E693D is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB7810561-
CMYK0.2600.420.59
HSL96.82º26.51%32.55%-
HSV(B)96.82º41.9%41.18%-
XYZ9.0412.066.27-
YUV91.91110.55118.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.97%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 61 (24.22% from 255) = 25%
R=31.97%
G=43.03%
B=25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78105610.2600.420.5996.8226.5132.55
Hex4E693D1A02A3B611b21
Octal1161517532052731413341
Binary10011101101001111101110100101010111011110000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,105,61); }

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

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

 a { background-color: rgb(78,105,61); }

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

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

 span { border-color: rgb(78,105,61); }

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