#516147

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

Shades of Tom Thumb #516147

Tints of Tom Thumb #516147

Color information

#516147 (or 0x516147) is unknown color: approx Tom Thumb. HEX triplet: 51, 61 and 47. RGB value is (81,97,71). Sum of RGB (Red+Green+Blue) = 81+97+71=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #516147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516147 is #AE9EB8. Grayscale: #595959. Windows color (decimal): -11443897 or 4677969. OLE color: 4677969.

HSL color Cylindrical-coordinate representation of color #516147: hue angle of 96.92º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #516147 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB819771-
CMYK0.1600.270.62
HSL96.92º15.48%32.94%-
HSV(B)96.92º26.8%38.04%-
XYZ8.8110.757.57-
YUV89.25117.7122.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 71 (28.12% from 255) = 28.51%
R=32.53%
G=38.96%
B=28.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197710.1600.270.6296.9215.4832.94
Hex5161471001B3E61f21
Octal12114110720033761411741
Binary1010001110000110001111000001101111111011000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516147; }

 p { color: rgb(81,97,71); }

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

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

 a { background-color: rgb(81,97,71); }

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

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

 span { border-color: rgb(81,97,71); }

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