Html Css Color HEX #54664A Tom Thumb

📋 copy color: '#54664A'

red 84 ◦ green 102 ◦ blue 74

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

Shades of Tom Thumb #54664A

Tints of Tom Thumb #54664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.23%

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

R = 32.31%
G = 39.23%
B = 28.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#54664A (or 0x54664A) is known color: Tom Thumb. HEX triplet: 54, 66 and 4A. RGB value is (84,102,74). Sum of RGB (Red+Green+Blue) = 84+102+74=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 102 - color contains mainly: green. Hex color #54664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54664A is #AB99B5. Grayscale: #5D5D5D. Windows color (decimal): -11246006 or 4875860. OLE color: 4875860.

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

Color convert

RGB 84 102 74 -
CMYK 0.18 0 0.27 0.6
HSL 98.57º 0.16% 0.35% -
HSV(B) 98.57º 0.27% 0.4% -
XYZ 9.64 11.88 8.26 -
YUV 93.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 84 102 74 0.18 0 0.27 0.6 98.57 0.16 0.35
Hex 54 66 4A 12 0 1B 3C 63 10 23
Octal 124 146 112 22 0 33 74 143 20 43
Binary 1010100 1100110 1001010 10010 0 11011 111100 1100011 10000 100011

Color Harmonies of #54664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54664A

Black with #54664A

Text Example


Text Example

White with #54664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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