#54694E

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

Shades of Tom Thumb #54694E

Tints of Tom Thumb #54694E

Color information

#54694E (or 0x54694E) is unknown color: approx Tom Thumb. HEX triplet: 54, 69 and 4E. RGB value is (84,105,78). Sum of RGB (Red+Green+Blue) = 84+105+78=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #54694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54694E is #AB96B1. Grayscale: #5F5F5F. Windows color (decimal): -11245234 or 5138772. OLE color: 5138772.

HSL color Cylindrical-coordinate representation of color #54694E: hue angle of 106.67º 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 #54694E is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB8410578-
CMYK0.2000.260.59
HSL106.67º14.75%35.88%-
HSV(B)106.67º25.71%41.18%-
XYZ10.0812.549.1-
YUV95.64118.04119.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=31.46%
G=39.33%
B=29.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105780.2000.260.59106.6714.7535.88
Hex54694E1401A3B6bf24
Octal12415111624032731531744
Binary1010100110100110011101010001101011101111010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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