#516646

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

Shades of Tom Thumb #516646

Tints of Tom Thumb #516646

Color information

#516646 (or 0x516646) is unknown color: approx Tom Thumb. HEX triplet: 51, 66 and 46. RGB value is (81,102,70). Sum of RGB (Red+Green+Blue) = 81+102+70=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #516646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516646 is #AE99B9. Grayscale: #5C5C5C. Windows color (decimal): -11442618 or 4613713. OLE color: 4613713.

HSL color Cylindrical-coordinate representation of color #516646: hue angle of 99.37º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516646 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB8110270-
CMYK0.2100.310.6
HSL99.37º18.6%33.73%-
HSV(B)99.37º31.37%40%-
XYZ9.2511.697.56-
YUV92.07115.54120.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.02%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 70 (27.73% from 255) = 27.67%
R=32.02%
G=40.32%
B=27.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81102700.2100.310.699.3718.633.73
Hex5166461501F3C631322
Octal12114610625037741432342
Binary10100011100110100011010101011111111100110001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516646; }

 p { color: rgb(81,102,70); }

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

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

 a { background-color: rgb(81,102,70); }

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

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

 span { border-color: rgb(81,102,70); }

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