#516B42

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

Shades of Tom Thumb #516B42

Tints of Tom Thumb #516B42

Color information

#516B42 (or 0x516B42) is unknown color: approx Tom Thumb. HEX triplet: 51, 6B and 42. RGB value is (81,107,66). Sum of RGB (Red+Green+Blue) = 81+107+66=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #516B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516B42 is #AE94BD. Grayscale: #5E5E5E. Windows color (decimal): -11441342 or 4352849. OLE color: 4352849.

HSL color Cylindrical-coordinate representation of color #516B42: hue angle of 98.05º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516B42 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB8110766-
CMYK0.2400.380.58
HSL98.05º23.7%33.92%-
HSV(B)98.05º38.32%41.96%-
XYZ9.6312.667.09-
YUV94.55111.89118.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.89%
GREEN value IS 107 (42.19% from 255) = 42.13%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=31.89%
G=42.13%
B=25.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81107660.2400.380.5898.0523.733.92
Hex516B42180263A621822
Octal12115310230046721423042
Binary101000111010111000010110000100110111010110001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516B42; }

 p { color: rgb(81,107,66); }

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

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

 a { background-color: rgb(81,107,66); }

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

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

 span { border-color: rgb(81,107,66); }

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