#51614E

Color #51614E Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #51614E

Tints of Tom Thumb #51614E

Color information

#51614E (or 0x51614E) is unknown color: approx 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

RGB819778-
CMYK0.1600.200.62
HSL110.53º10.86%34.31%-
HSV(B)110.53º19.59%38.04%-
XYZ9.0410.858.83-
YUV90.05121.2121.54-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197780.1600.200.62110.5310.8634.31
Hex51614E100143E6fb22
Octal12114111620024761571342
Binary1010001110000110011101000001010011111011011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>