Html Css Color HEX #50693C Dell

📋 copy color: '#50693C'

red 80 ◦ green 105 ◦ blue 60

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

Shades of Dell #50693C

Tints of Dell #50693C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.49%

R = 32.65%
G = 42.86%
B = 24.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#50693C (or 0x50693C) is known color: Dell. HEX triplet: 50, 69 and 3C. RGB value is (80,105,60). Sum of RGB (Red+Green+Blue) = 80+105+60=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #50693C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50693C is #AF96C3. Grayscale: #5C5C5C. Windows color (decimal): -11507396 or 3959120. OLE color: 3959120.

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

Color convert

RGB 80 105 60 -
CMYK 0.24 0 0.43 0.59
HSL 93.33º 0.27% 0.32% -
HSV(B) 93.33º 0.43% 0.41% -
XYZ 9.18 12.13 6.13 -
YUV 92.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 80 105 60 0.24 0 0.43 0.59 93.33 0.27 0.32
Hex 50 69 3C 18 0 2B 3B 5D 1B 20
Octal 120 151 74 30 0 53 73 135 33 40
Binary 1010000 1101001 111100 11000 0 101011 111011 1011101 11011 100000

Color Harmonies of #50693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50693C

Black with #50693C

Text Example


Text Example

White with #50693C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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