#54664F

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

Shades of Tom Thumb #54664F

Tints of Tom Thumb #54664F

Color information

#54664F (or 0x54664F) is unknown color: approx Tom Thumb. HEX triplet: 54, 66 and 4F. RGB value is (84,102,79). Sum of RGB (Red+Green+Blue) = 84+102+79=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 102 - color contains mainly: green. Hex color #54664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54664F is #AB99B0. Grayscale: #5E5E5E. Windows color (decimal): -11246001 or 5203540. OLE color: 5203540.

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

Color convert

RGB8410279-
CMYK0.1800.230.6
HSL106.96º12.71%35.49%-
HSV(B)106.96º22.55%40%-
XYZ9.8211.959.19-
YUV94119.54120.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=31.70%
G=38.49%
B=29.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84102790.1800.230.6106.9612.7135.49
Hex54664F120173C6bd23
Octal12414611722027741531543
Binary1010100110011010011111001001011111110011010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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