Html Css Color HEX #516841 Tom Thumb

📋 copy color: '#516841'

red 81 ◦ green 104 ◦ blue 65

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

Shades of Tom Thumb #516841

Tints of Tom Thumb #516841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.6%

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

R = 32.4%
G = 41.6%
B = 26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#516841 (or 0x516841) is known color: Tom Thumb. HEX triplet: 51, 68 and 41. RGB value is (81,104,65). Sum of RGB (Red+Green+Blue) = 81+104+65=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #516841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516841 is #AE97BE. Grayscale: #5C5C5C. Windows color (decimal): -11442111 or 4286545. OLE color: 4286545.

HSL color Cylindrical-coordinate representation of color #516841: hue angle of 95.38º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516841 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 104 65 -
CMYK 0.22 0 0.38 0.59
HSL 95.38º 0.23% 0.33% -
HSV(B) 95.38º 0.38% 0.41% -
XYZ 9.3 12.03 6.83 -
YUV 92.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 81 104 65 0.22 0 0.38 0.59 95.38 0.23 0.33
Hex 51 68 41 16 0 26 3B 5F 17 21
Octal 121 150 101 26 0 46 73 137 27 41
Binary 1010001 1101000 1000001 10110 0 100110 111011 1011111 10111 100001

Color Harmonies of #516841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516841

Black with #516841

Text Example


Text Example

White with #516841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516841; }

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

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

background-color css

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

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

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

border-color css

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

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

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