Html Css Color HEX #51614E Tom Thumb

📋 copy color: '#51614E'

red 81 ◦ green 97 ◦ blue 78

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

Shades of Tom Thumb #51614E

Tints of Tom Thumb #51614E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 78 (30.86% from 255) = 30.47%

R = 31.64%
G = 37.89%
B = 30.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#51614E (or 0x51614E) is known color: Tom Thumb. HEX triplet: 51, 61 and 4E. RGB value is (81,97,78). Sum of RGB (Red+Green+Blue) = 81+97+78=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #51614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51614E is #AE9EB1. Grayscale: #5A5A5A. Windows color (decimal): -11443890 or 5136721. OLE color: 5136721.

HSL color Cylindrical-coordinate representation of color #51614E: hue angle of 110.53º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #51614E is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 78 -
CMYK 0.16 0 0.20 0.62
HSL 110.53º 0.11% 0.34% -
HSV(B) 110.53º 0.2% 0.38% -
XYZ 9.04 10.85 8.83 -
YUV 90.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 81 97 78 0.16 0 0.20 0.62 110.53 0.11 0.34
Hex 51 61 4E 10 0 14 3E 6F B 22
Octal 121 141 116 20 0 24 76 157 13 42
Binary 1010001 1100001 1001110 10000 0 10100 111110 1101111 1011 100010

Color Harmonies of #51614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51614E

Black with #51614E

Text Example


Text Example

White with #51614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51614E; }

 p { color: rgb(81,97,78); }

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

background-color css

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

 a { background-color: rgb(81,97,78); }

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

border-color css

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

 span { border-color: rgb(81,97,78); }

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