Html Css Color HEX #54684A Tom Thumb

📋 copy color: '#54684A'

red 84 ◦ green 104 ◦ blue 74

#54684A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #54684A

Tints of Tom Thumb #54684A

RGB

 RED value IS 84 (33.2% from 255) = 32.06%

 GREEN value IS 104 (41.02% from 255) = 39.69%

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 32.06%
G = 39.69%
B = 28.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#54684A (or 0x54684A) is known color: Tom Thumb. HEX triplet: 54, 68 and 4A. RGB value is (84,104,74). Sum of RGB (Red+Green+Blue) = 84+104+74=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #54684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54684A is #AB97B5. Grayscale: #5E5E5E. Windows color (decimal): -11245494 or 4876372. OLE color: 4876372.

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

Color convert

RGB 84 104 74 -
CMYK 0.19 0 0.29 0.59
HSL 100º 0.17% 0.35% -
HSV(B) 100º 0.29% 0.41% -
XYZ 9.84 12.28 8.33 -
YUV 94.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 84 104 74 0.19 0 0.29 0.59 100 0.17 0.35
Hex 54 68 4A 13 0 1D 3B 64 11 23
Octal 124 150 112 23 0 35 73 144 21 43
Binary 1010100 1101000 1001010 10011 0 11101 111011 1100100 10001 100011

Color Harmonies of #54684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54684A

Black with #54684A

Text Example


Text Example

White with #54684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54684A;
 }
 .AnyTagClassName
 {
   color: #54684A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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