Html Css Color HEX #516844 Tom Thumb

📋 copy color: '#516844'

red 81 ◦ green 104 ◦ blue 68

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

Shades of Tom Thumb #516844

Tints of Tom Thumb #516844

RGB

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

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

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

R = 32.02%
G = 41.11%
B = 26.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#516844 (or 0x516844) is known color: Tom Thumb. HEX triplet: 51, 68 and 44. RGB value is (81,104,68). Sum of RGB (Red+Green+Blue) = 81+104+68=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #516844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516844 is #AE97BB. Grayscale: #5D5D5D. Windows color (decimal): -11442108 or 4483153. OLE color: 4483153.

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

Color convert

RGB 81 104 68 -
CMYK 0.22 0 0.35 0.59
HSL 98.33º 0.21% 0.34% -
HSV(B) 98.33º 0.35% 0.41% -
XYZ 9.39 12.07 7.3 -
YUV 93.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 81 104 68 0.22 0 0.35 0.59 98.33 0.21 0.34
Hex 51 68 44 16 0 23 3B 62 15 22
Octal 121 150 104 26 0 43 73 142 25 42
Binary 1010001 1101000 1000100 10110 0 100011 111011 1100010 10101 100010

Color Harmonies of #516844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516844

Black with #516844

Text Example


Text Example

White with #516844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516844; }

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

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

background-color css

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

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

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

border-color css

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

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

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