#54684D

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

Shades of Tom Thumb #54684D

Tints of Tom Thumb #54684D

Color information

#54684D (or 0x54684D) is unknown color: approx Tom Thumb. HEX triplet: 54, 68 and 4D. RGB value is (84,104,77). Sum of RGB (Red+Green+Blue) = 84+104+77=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #54684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54684D is #AB97B2. Grayscale: #5F5F5F. Windows color (decimal): -11245491 or 5072980. OLE color: 5072980.

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

Color convert

RGB8410477-
CMYK0.1900.260.59
HSL104.44º14.92%35.49%-
HSV(B)104.44º25.96%40.78%-
XYZ9.9512.328.88-
YUV94.94117.87120.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=31.70%
G=39.25%
B=29.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104770.1900.260.59104.4414.9235.49
Hex54684D1301A3B68f23
Octal12415011523032731501743
Binary1010100110100010011011001101101011101111010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,104,77); }

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

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

 a { background-color: rgb(84,104,77); }

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

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

 span { border-color: rgb(84,104,77); }

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