Html Css Color HEX #516D41 Tom Thumb

📋 copy color: '#516D41'

red 81 ◦ green 109 ◦ blue 65

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

Shades of Tom Thumb #516D41

Tints of Tom Thumb #516D41

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.75%

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 31.76%
G = 42.75%
B = 25.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#516D41 (or 0x516D41) is known color: Tom Thumb. HEX triplet: 51, 6D and 41. RGB value is (81,109,65). Sum of RGB (Red+Green+Blue) = 81+109+65=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 109 - color contains mainly: green. Hex color #516D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D41 is #AE92BE. Grayscale: #5F5F5F. Windows color (decimal): -11440831 or 4287825. OLE color: 4287825.

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

Color convert

RGB 81 109 65 -
CMYK 0.26 0 0.40 0.57
HSL 98.18º 0.25% 0.34% -
HSV(B) 98.18º 0.4% 0.43% -
XYZ 9.82 13.07 7.01 -
YUV 95.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 81 109 65 0.26 0 0.40 0.57 98.18 0.25 0.34
Hex 51 6D 41 1A 0 28 39 62 19 22
Octal 121 155 101 32 0 50 71 142 31 42
Binary 1010001 1101101 1000001 11010 0 101000 111001 1100010 11001 100010

Color Harmonies of #516D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D41

Black with #516D41

Text Example


Text Example

White with #516D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,109,65); }

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

background-color css

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

 a { background-color: rgb(81,109,65); }

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

border-color css

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

 span { border-color: rgb(81,109,65); }

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