Html Css Color HEX #50694C Tom Thumb

📋 copy color: '#50694C'

red 80 ◦ green 105 ◦ blue 76

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

Shades of Tom Thumb #50694C

Tints of Tom Thumb #50694C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 30.65%
G = 40.23%
B = 29.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#50694C (or 0x50694C) is known color: Tom Thumb. HEX triplet: 50, 69 and 4C. RGB value is (80,105,76). Sum of RGB (Red+Green+Blue) = 80+105+76=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #50694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50694C is #AF96B3. Grayscale: #5E5E5E. Windows color (decimal): -11507380 or 5007696. OLE color: 5007696.

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

Color convert

RGB 80 105 76 -
CMYK 0.24 0 0.28 0.59
HSL 111.72º 0.16% 0.35% -
HSV(B) 111.72º 0.28% 0.41% -
XYZ 9.66 12.33 8.71 -
YUV 94.22 117.72 117.86 -
System Red Green Blue C M Y K H S L
Decimal 80 105 76 0.24 0 0.28 0.59 111.72 0.16 0.35
Hex 50 69 4C 18 0 1C 3B 70 10 23
Octal 120 151 114 30 0 34 73 160 20 43
Binary 1010000 1101001 1001100 11000 0 11100 111011 1110000 10000 100011

Color Harmonies of #50694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50694C

Black with #50694C

Text Example


Text Example

White with #50694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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