Html Css Color HEX #516445 Tom Thumb

📋 copy color: '#516445'

red 81 ◦ green 100 ◦ blue 69

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

Shades of Tom Thumb #516445

Tints of Tom Thumb #516445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

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

R = 32.4%
G = 40%
B = 27.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#516445 (or 0x516445) is known color: Tom Thumb. HEX triplet: 51, 64 and 45. RGB value is (81,100,69). Sum of RGB (Red+Green+Blue) = 81+100+69=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #516445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516445 is #AE9BBA. Grayscale: #5A5A5A. Windows color (decimal): -11443131 or 4547665. OLE color: 4547665.

HSL color Cylindrical-coordinate representation of color #516445: hue angle of 96.77º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516445 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 100 69 -
CMYK 0.19 0 0.31 0.61
HSL 96.77º 0.18% 0.33% -
HSV(B) 96.77º 0.31% 0.39% -
XYZ 9.02 11.29 7.33 -
YUV 90.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 81 100 69 0.19 0 0.31 0.61 96.77 0.18 0.33
Hex 51 64 45 13 0 1F 3D 61 12 21
Octal 121 144 105 23 0 37 75 141 22 41
Binary 1010001 1100100 1000101 10011 0 11111 111101 1100001 10010 100001

Color Harmonies of #516445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516445

Black with #516445

Text Example


Text Example

White with #516445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516445; }

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

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

background-color css

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

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

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

border-color css

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

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

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