#51694E

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

Shades of Tom Thumb #51694E

Tints of Tom Thumb #51694E

Color information

#51694E (or 0x51694E) is unknown color: approx Tom Thumb. HEX triplet: 51, 69 and 4E. RGB value is (81,105,78). Sum of RGB (Red+Green+Blue) = 81+105+78=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #51694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51694E is #AE96B1. Grayscale: #5E5E5E. Windows color (decimal): -11441842 or 5138769. OLE color: 5138769.

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

Color convert

RGB8110578-
CMYK0.2300.260.59
HSL113.33º14.75%35.88%-
HSV(B)113.33º25.71%41.18%-
XYZ9.8212.49.08-
YUV94.75118.55118.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=30.68%
G=39.77%
B=29.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81105780.2300.260.59113.3314.7535.88
Hex51694E1701A3B71f24
Octal12115111627032731611744
Binary1010001110100110011101011101101011101111100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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