Html Css Color HEX #4D693A Dell

📋 copy color: '#4D693A'

red 77 ◦ green 105 ◦ blue 58

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

Shades of Dell #4D693A

Tints of Dell #4D693A

RGB

 RED value IS 77 (30.47% from 255) = 32.08%

 GREEN value IS 105 (41.41% from 255) = 43.75%

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 32.08%
G = 43.75%
B = 24.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#4D693A (or 0x4D693A) is known color: Dell. HEX triplet: 4D, 69 and 3A. RGB value is (77,105,58). Sum of RGB (Red+Green+Blue) = 77+105+58=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #4D693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D693A is #B296C5. Grayscale: #5B5B5B. Windows color (decimal): -11704006 or 3828045. OLE color: 3828045.

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

Color convert

RGB 77 105 58 -
CMYK 0.27 0 0.45 0.59
HSL 95.74º 0.29% 0.32% -
HSV(B) 95.74º 0.45% 0.41% -
XYZ 8.88 11.99 5.85 -
YUV 91.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 77 105 58 0.27 0 0.45 0.59 95.74 0.29 0.32
Hex 4D 69 3A 1B 0 2D 3B 60 1D 20
Octal 115 151 72 33 0 55 73 140 35 40
Binary 1001101 1101001 111010 11011 0 101101 111011 1100000 11101 100000

Color Harmonies of #4D693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D693A

Black with #4D693A

Text Example


Text Example

White with #4D693A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D693A;
 }
 .AnyTagClassName
 {
   color: #4D693A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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