Html Css Color HEX #50693E Dell

📋 copy color: '#50693E'

red 80 ◦ green 105 ◦ blue 62

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

Shades of Dell #50693E

Tints of Dell #50693E

RGB

 RED value IS 80 (31.64% from 255) = 32.39%

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

 BLUE value IS 62 (24.61% from 255) = 25.1%

R = 32.39%
G = 42.51%
B = 25.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#50693E (or 0x50693E) is known color: Dell. HEX triplet: 50, 69 and 3E. RGB value is (80,105,62). Sum of RGB (Red+Green+Blue) = 80+105+62=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #50693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50693E is #AF96C1. Grayscale: #5C5C5C. Windows color (decimal): -11507394 or 4090192. OLE color: 4090192.

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

Color convert

RGB 80 105 62 -
CMYK 0.24 0 0.41 0.59
HSL 94.88º 0.26% 0.33% -
HSV(B) 94.88º 0.41% 0.41% -
XYZ 9.23 12.16 6.42 -
YUV 92.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 80 105 62 0.24 0 0.41 0.59 94.88 0.26 0.33
Hex 50 69 3E 18 0 29 3B 5F 1A 21
Octal 120 151 76 30 0 51 73 137 32 41
Binary 1010000 1101001 111110 11000 0 101001 111011 1011111 11010 100001

Color Harmonies of #50693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50693E

Black with #50693E

Text Example


Text Example

White with #50693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50693E; }

 p { color: rgb(80,105,62); }

 H1.HeaderClassName
 {
   color: #50693E;
 }
 .AnyTagClassName
 {
   color: #50693E;
 }
</style>

background-color css

<style>
 a { background-color: #50693E; }

 a { background-color: rgb(80,105,62); }

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

border-color css

<style>
 span { border-color: #50693E; }

 span { border-color: rgb(80,105,62); }

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