#51684A

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

Shades of Tom Thumb #51684A

Tints of Tom Thumb #51684A

Color information

#51684A (or 0x51684A) is unknown color: approx Tom Thumb. HEX triplet: 51, 68 and 4A. RGB value is (81,104,74). Sum of RGB (Red+Green+Blue) = 81+104+74=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #51684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51684A is #AE97B5. Grayscale: #5D5D5D. Windows color (decimal): -11442102 or 4876369. OLE color: 4876369.

HSL color Cylindrical-coordinate representation of color #51684A: hue angle of 106º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51684A is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB8110474-
CMYK0.2200.290.59
HSL106º16.85%34.9%-
HSV(B)106º28.85%40.78%-
XYZ9.5812.148.32-
YUV93.7116.88118.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=31.27%
G=40.15%
B=28.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104740.2200.290.5910616.8534.9
Hex51684A1601D3B6a1123
Octal12115011226035731522143
Binary10100011101000100101010110011101111011110101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51684A; }

 p { color: rgb(81,104,74); }

 H1.HeaderClassName
 {
   color: #51684A;
 }
 .AnyTagClassName
 {
   color: #51684A;
 }
</style>
background-color css

<style>
 a { background-color: #51684A; }

 a { background-color: rgb(81,104,74); }

 div.DivClassName
 {
   background-color: #51684A;
 }
 .BgClassName
 {
   background-color: #51684A;
 }
</style>
border-color css

<style>
 span { border-color: #51684A; }

 span { border-color: rgb(81,104,74); }

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