#50694C

Color #50694C Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #50694C

Tints of Tom Thumb #50694C

Color information

#50694C (or 0x50694C) is unknown color: approx 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

RGB8010576-
CMYK0.2400.280.59
HSL111.72º16.02%35.49%-
HSV(B)111.72º27.62%41.18%-
XYZ9.6612.338.71-
YUV94.22117.72117.86-

RGB Variations

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

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 (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105760.2400.280.59111.7216.0235.49
Hex50694C1801C3B701023
Octal12015111430034731602043
Binary10100001101001100110011000011100111011111000010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>