Html Css Color HEX #4D653E Dell

📋 copy color: '#4D653E'

red 77 ◦ green 101 ◦ blue 62

#4D653E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #4D653E

Tints of Dell #4D653E

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 value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#4D653E (or 0x4D653E) is known color: 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

RGB 77 101 62 -
CMYK 0.24 0 0.39 0.60
HSL 96.92º 0.24% 0.32% -
HSV(B) 96.92º 0.39% 0.4% -
XYZ 8.58 11.23 6.27 -
YUV 89.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 77 101 62 0.24 0 0.39 0.60 96.92 0.24 0.32
Hex 4D 65 3E 18 0 27 3C 61 18 20
Octal 115 145 76 30 0 47 74 141 30 40
Binary 1001101 1100101 111110 11000 0 100111 111100 1100001 11000 100000

Color Harmonies of #4D653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D653E

Black with #4D653E

Text Example


Text Example

White with #4D653E

Text Example


Text Example

HTML Codes & Css Web 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>