Html Css Color HEX #54664B Tom Thumb

📋 copy color: '#54664B'

red 84 ◦ green 102 ◦ blue 75

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

Shades of Tom Thumb #54664B

Tints of Tom Thumb #54664B

RGB

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

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

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

R = 32.18%
G = 39.08%
B = 28.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#54664B (or 0x54664B) is known color: Tom Thumb. HEX triplet: 54, 66 and 4B. RGB value is (84,102,75). Sum of RGB (Red+Green+Blue) = 84+102+75=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #54664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54664B is #AB99B4. Grayscale: #5D5D5D. Windows color (decimal): -11246005 or 4941396. OLE color: 4941396.

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

Color convert

RGB 84 102 75 -
CMYK 0.18 0 0.26 0.6
HSL 100º 0.15% 0.35% -
HSV(B) 100º 0.26% 0.4% -
XYZ 9.68 11.9 8.44 -
YUV 93.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 84 102 75 0.18 0 0.26 0.6 100 0.15 0.35
Hex 54 66 4B 12 0 1A 3C 64 F 23
Octal 124 146 113 22 0 32 74 144 17 43
Binary 1010100 1100110 1001011 10010 0 11010 111100 1100100 1111 100011

Color Harmonies of #54664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54664B

Black with #54664B

Text Example


Text Example

White with #54664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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