Html Css Color HEX #516845 Tom Thumb

📋 copy color: '#516845'

red 81 ◦ green 104 ◦ blue 69

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

Shades of Tom Thumb #516845

Tints of Tom Thumb #516845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.17%

R = 31.89%
G = 40.94%
B = 27.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#516845 (or 0x516845) is known color: Tom Thumb. HEX triplet: 51, 68 and 45. RGB value is (81,104,69). Sum of RGB (Red+Green+Blue) = 81+104+69=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #516845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516845 is #AE97BA. Grayscale: #5D5D5D. Windows color (decimal): -11442107 or 4548689. OLE color: 4548689.

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

Color convert

RGB 81 104 69 -
CMYK 0.22 0 0.34 0.59
HSL 99.43º 0.2% 0.34% -
HSV(B) 99.43º 0.34% 0.41% -
XYZ 9.42 12.08 7.47 -
YUV 93.13 114.38 119.35 -
System Red Green Blue C M Y K H S L
Decimal 81 104 69 0.22 0 0.34 0.59 99.43 0.2 0.34
Hex 51 68 45 16 0 22 3B 63 14 22
Octal 121 150 105 26 0 42 73 143 24 42
Binary 1010001 1101000 1000101 10110 0 100010 111011 1100011 10100 100010

Color Harmonies of #516845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516845

Black with #516845

Text Example


Text Example

White with #516845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516845; }

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

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

background-color css

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

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

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

border-color css

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

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

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