#51694D

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

Shades of Tom Thumb #51694D

Tints of Tom Thumb #51694D

Color information

#51694D (or 0x51694D) is unknown color: approx Tom Thumb. HEX triplet: 51, 69 and 4D. RGB value is (81,105,77). Sum of RGB (Red+Green+Blue) = 81+105+77=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #51694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51694D is #AE96B2. Grayscale: #5E5E5E. Windows color (decimal): -11441843 or 5073233. OLE color: 5073233.

HSL color Cylindrical-coordinate representation of color #51694D: hue angle of 111.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51694D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB8110577-
CMYK0.2300.270.59
HSL111.43º15.38%35.69%-
HSV(B)111.43º26.67%41.18%-
XYZ9.7812.398.9-
YUV94.63118.05118.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=30.80%
G=39.92%
B=29.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81105770.2300.270.59111.4315.3835.69
Hex51694D1701B3B6ff24
Octal12115111527033731571744
Binary1010001110100110011011011101101111101111011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51694D; }

 p { color: rgb(81,105,77); }

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

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

 a { background-color: rgb(81,105,77); }

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

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

 span { border-color: rgb(81,105,77); }

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