#51664E

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

Shades of Tom Thumb #51664E

Tints of Tom Thumb #51664E

Color information

#51664E (or 0x51664E) is unknown color: approx Tom Thumb. HEX triplet: 51, 66 and 4E. RGB value is (81,102,78). Sum of RGB (Red+Green+Blue) = 81+102+78=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #51664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51664E is #AE99B1. Grayscale: #5D5D5D. Windows color (decimal): -11442610 or 5138001. OLE color: 5138001.

HSL color Cylindrical-coordinate representation of color #51664E: hue angle of 112.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #51664E is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB8110278-
CMYK0.2100.240.6
HSL112.5º13.33%35.29%-
HSV(B)112.5º23.53%40%-
XYZ9.5211.88.98-
YUV92.98119.54119.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=31.03%
G=39.08%
B=29.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81102780.2100.240.6112.513.3335.29
Hex51664E150183C70d23
Octal12114611625030741601543
Binary1010001110011010011101010101100011110011100001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51664E;
 }
 .AnyTagClassName
 {
   color: #51664E;
 }
</style>
background-color css

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

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

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

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

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

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