#4D683C

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

Shades of Dell #4D683C

Tints of Dell #4D683C

Color information

#4D683C (or 0x4D683C) is unknown color: approx Dell. HEX triplet: 4D, 68 and 3C. RGB value is (77,104,60). Sum of RGB (Red+Green+Blue) = 77+104+60=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #4D683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D683C is #B297C3. Grayscale: #5B5B5B. Windows color (decimal): -11704260 or 3958861. OLE color: 3958861.

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

Color convert

RGB7710460-
CMYK0.2600.420.59
HSL96.82º26.83%32.16%-
HSV(B)96.82º42.31%40.78%-
XYZ8.8311.86.09-
YUV90.91110.55118.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=31.95%
G=43.15%
B=24.90%

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
Decimal77104600.2600.420.5996.8226.8332.16
Hex4D683C1A02A3B611b20
Octal1151507432052731413340
Binary10011011101000111100110100101010111011110000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,104,60); }

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

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

 a { background-color: rgb(77,104,60); }

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

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

 span { border-color: rgb(77,104,60); }

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