#4D693D

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

Shades of Dell #4D693D

Tints of Dell #4D693D

Color information

#4D693D (or 0x4D693D) is unknown color: approx Dell. HEX triplet: 4D, 69 and 3D. RGB value is (77,105,61). Sum of RGB (Red+Green+Blue) = 77+105+61=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #4D693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D693D is #B296C2. Grayscale: #5B5B5B. Windows color (decimal): -11704003 or 4024653. OLE color: 4024653.

HSL color Cylindrical-coordinate representation of color #4D693D: hue angle of 98.18º 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 #4D693D is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB7710561-
CMYK0.2700.420.59
HSL98.18º26.51%32.55%-
HSV(B)98.18º41.9%41.18%-
XYZ8.9512.026.26-
YUV91.61110.72117.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.69%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=31.69%
G=43.21%
B=25.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77105610.2700.420.5998.1826.5132.55
Hex4D693D1B02A3B621b21
Octal1151517533052731423341
Binary10011011101001111101110110101010111011110001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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