Html Css Color HEX #54694D Tom Thumb

📋 copy color: '#54694D'

red 84 ◦ green 105 ◦ blue 77

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

Shades of Tom Thumb #54694D

Tints of Tom Thumb #54694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 31.58%
G = 39.47%
B = 28.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#54694D (or 0x54694D) is known color: Tom Thumb. HEX triplet: 54, 69 and 4D. RGB value is (84,105,77). Sum of RGB (Red+Green+Blue) = 84+105+77=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #54694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54694D is #AB96B2. Grayscale: #5F5F5F. Windows color (decimal): -11245235 or 5073236. OLE color: 5073236.

HSL color Cylindrical-coordinate representation of color #54694D: hue angle of 105º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #54694D is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 105 77 -
CMYK 0.20 0 0.27 0.59
HSL 105º 0.15% 0.36% -
HSV(B) 105º 0.27% 0.41% -
XYZ 10.05 12.52 8.91 -
YUV 95.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 84 105 77 0.20 0 0.27 0.59 105 0.15 0.36
Hex 54 69 4D 14 0 1B 3B 69 F 24
Octal 124 151 115 24 0 33 73 151 17 44
Binary 1010100 1101001 1001101 10100 0 11011 111011 1101001 1111 100100

Color Harmonies of #54694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54694D

Black with #54694D

Text Example


Text Example

White with #54694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54694D;
 }
 .AnyTagClassName
 {
   color: #54694D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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