Html Css Color HEX #516444 Tom Thumb

📋 copy color: '#516444'

red 81 ◦ green 100 ◦ blue 68

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

Shades of Tom Thumb #516444

Tints of Tom Thumb #516444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.16%

 BLUE value IS 68 (26.95% from 255) = 27.31%

R = 32.53%
G = 40.16%
B = 27.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#516444 (or 0x516444) is known color: Tom Thumb. HEX triplet: 51, 64 and 44. RGB value is (81,100,68). Sum of RGB (Red+Green+Blue) = 81+100+68=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #516444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516444 is #AE9BBB. Grayscale: #5A5A5A. Windows color (decimal): -11443132 or 4482129. OLE color: 4482129.

HSL color Cylindrical-coordinate representation of color #516444: hue angle of 95.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #516444 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 100 68 -
CMYK 0.19 0 0.32 0.61
HSL 95.63º 0.19% 0.33% -
HSV(B) 95.63º 0.32% 0.39% -
XYZ 8.99 11.28 7.17 -
YUV 90.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 81 100 68 0.19 0 0.32 0.61 95.63 0.19 0.33
Hex 51 64 44 13 0 20 3D 60 13 21
Octal 121 144 104 23 0 40 75 140 23 41
Binary 1010001 1100100 1000100 10011 0 100000 111101 1100000 10011 100001

Color Harmonies of #516444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516444

Black with #516444

Text Example


Text Example

White with #516444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516444; }

 p { color: rgb(81,100,68); }

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

background-color css

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

 a { background-color: rgb(81,100,68); }

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

border-color css

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

 span { border-color: rgb(81,100,68); }

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