Html Css Color HEX #516B49 Tom Thumb

📋 copy color: '#516B49'

red 81 ◦ green 107 ◦ blue 73

#516B49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #516B49

Tints of Tom Thumb #516B49

RGB

 RED value IS 81 (32.03% from 255) = 31.03%

 GREEN value IS 107 (42.19% from 255) = 41%

 BLUE value IS 73 (28.91% from 255) = 27.97%

R = 31.03%
G = 41%
B = 27.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#516B49 (or 0x516B49) is known color: Tom Thumb. HEX triplet: 51, 6B and 49. RGB value is (81,107,73). Sum of RGB (Red+Green+Blue) = 81+107+73=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #516B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516B49 is #AE94B6. Grayscale: #5F5F5F. Windows color (decimal): -11441335 or 4811601. OLE color: 4811601.

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

Color convert

RGB 81 107 73 -
CMYK 0.24 0 0.32 0.58
HSL 105.88º 0.19% 0.35% -
HSV(B) 105.88º 0.32% 0.42% -
XYZ 9.85 12.75 8.24 -
YUV 95.35 115.39 117.76 -
System Red Green Blue C M Y K H S L
Decimal 81 107 73 0.24 0 0.32 0.58 105.88 0.19 0.35
Hex 51 6B 49 18 0 20 3A 6A 13 23
Octal 121 153 111 30 0 40 72 152 23 43
Binary 1010001 1101011 1001001 11000 0 100000 111010 1101010 10011 100011

Color Harmonies of #516B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B49

Black with #516B49

Text Example


Text Example

White with #516B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #516B49;
 }
 .AnyTagClassName
 {
   color: #516B49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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