#54664B

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

Shades of Tom Thumb #54664B

Tints of Tom Thumb #54664B

Color information

#54664B (or 0x54664B) is unknown color: approx Tom Thumb. HEX triplet: 54, 66 and 4B. RGB value is (84,102,75). Sum of RGB (Red+Green+Blue) = 84+102+75=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #54664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54664B is #AB99B4. Grayscale: #5D5D5D. Windows color (decimal): -11246005 or 4941396. OLE color: 4941396.

HSL color Cylindrical-coordinate representation of color #54664B: hue angle of 100º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54664B is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB8410275-
CMYK0.1800.260.6
HSL100º15.25%34.71%-
HSV(B)100º26.47%40%-
XYZ9.6811.98.44-
YUV93.54117.54121.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=32.18%
G=39.08%
B=28.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84102750.1800.260.610015.2534.71
Hex54664B1201A3C64f23
Octal12414611322032741441743
Binary1010100110011010010111001001101011110011001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54664B; }

 p { color: rgb(84,102,75); }

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

<style>
 a { background-color: #54664B; }

 a { background-color: rgb(84,102,75); }

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

<style>
 span { border-color: #54664B; }

 span { border-color: rgb(84,102,75); }

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