Html Css Color HEX #516B40 Tom Thumb

📋 copy color: '#516B40'

red 81 ◦ green 107 ◦ blue 64

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

Shades of Tom Thumb #516B40

Tints of Tom Thumb #516B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.4%

R = 32.14%
G = 42.46%
B = 25.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#516B40 (or 0x516B40) is known color: Tom Thumb. HEX triplet: 51, 6B and 40. RGB value is (81,107,64). Sum of RGB (Red+Green+Blue) = 81+107+64=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 107 - color contains mainly: green. Hex color #516B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516B40 is #AE94BF. Grayscale: #5E5E5E. Windows color (decimal): -11441344 or 4221777. OLE color: 4221777.

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

Color convert

RGB 81 107 64 -
CMYK 0.24 0 0.40 0.58
HSL 96.28º 0.25% 0.34% -
HSV(B) 96.28º 0.4% 0.42% -
XYZ 9.58 12.63 6.78 -
YUV 94.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 81 107 64 0.24 0 0.40 0.58 96.28 0.25 0.34
Hex 51 6B 40 18 0 28 3A 60 19 22
Octal 121 153 100 30 0 50 72 140 31 42
Binary 1010001 1101011 1000000 11000 0 101000 111010 1100000 11001 100010

Color Harmonies of #516B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B40

Black with #516B40

Text Example


Text Example

White with #516B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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