Html Css Color HEX #54684B Tom Thumb

📋 copy color: '#54684B'

red 84 ◦ green 104 ◦ blue 75

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

Shades of Tom Thumb #54684B

Tints of Tom Thumb #54684B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 31.94%
G = 39.54%
B = 28.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#54684B (or 0x54684B) is known color: Tom Thumb. HEX triplet: 54, 68 and 4B. RGB value is (84,104,75). Sum of RGB (Red+Green+Blue) = 84+104+75=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #54684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54684B is #AB97B4. Grayscale: #5E5E5E. Windows color (decimal): -11245493 or 4941908. OLE color: 4941908.

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

Color convert

RGB 84 104 75 -
CMYK 0.19 0 0.28 0.59
HSL 101.38º 0.16% 0.35% -
HSV(B) 101.38º 0.28% 0.41% -
XYZ 9.88 12.29 8.51 -
YUV 94.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 84 104 75 0.19 0 0.28 0.59 101.38 0.16 0.35
Hex 54 68 4B 13 0 1C 3B 65 10 23
Octal 124 150 113 23 0 34 73 145 20 43
Binary 1010100 1101000 1001011 10011 0 11100 111011 1100101 10000 100011

Color Harmonies of #54684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54684B

Black with #54684B

Text Example


Text Example

White with #54684B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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