Html Css Color HEX #516646 Tom Thumb

📋 copy color: '#516646'

red 81 ◦ green 102 ◦ blue 70

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

Shades of Tom Thumb #516646

Tints of Tom Thumb #516646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.32%

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 32.02%
G = 40.32%
B = 27.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#516646 (or 0x516646) is known color: Tom Thumb. HEX triplet: 51, 66 and 46. RGB value is (81,102,70). Sum of RGB (Red+Green+Blue) = 81+102+70=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #516646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516646 is #AE99B9. Grayscale: #5C5C5C. Windows color (decimal): -11442618 or 4613713. OLE color: 4613713.

HSL color Cylindrical-coordinate representation of color #516646: hue angle of 99.38º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516646 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 102 70 -
CMYK 0.21 0 0.31 0.6
HSL 99.38º 0.19% 0.34% -
HSV(B) 99.38º 0.31% 0.4% -
XYZ 9.25 11.69 7.56 -
YUV 92.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 81 102 70 0.21 0 0.31 0.6 99.38 0.19 0.34
Hex 51 66 46 15 0 1F 3C 63 13 22
Octal 121 146 106 25 0 37 74 143 23 42
Binary 1010001 1100110 1000110 10101 0 11111 111100 1100011 10011 100010

Color Harmonies of #516646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516646

Black with #516646

Text Example


Text Example

White with #516646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516646; }

 p { color: rgb(81,102,70); }

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

background-color css

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

 a { background-color: rgb(81,102,70); }

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

border-color css

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

 span { border-color: rgb(81,102,70); }

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