#546963

Color #546963 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #546963

Tints of William #546963

Color information

#546963 (or 0x546963) is unknown color: approx William. HEX triplet: 54, 69 and 63. RGB value is (84,105,99). Sum of RGB (Red+Green+Blue) = 84+105+99=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 105 - color contains mainly: green. Hex color #546963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546963 is #AB969C. Grayscale: #626262. Windows color (decimal): -11245213 or 6515028. OLE color: 6515028.

HSL color Cylindrical-coordinate representation of color #546963: hue angle of 162.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #546963 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB8410599-
CMYK0.2000.060.59
HSL162.86º11.11%37.06%-
HSV(B)162.86º20%41.18%-
XYZ10.9612.8913.71-
YUV98.04128.54117.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.17%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=29.17%
G=36.46%
B=34.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105990.2000.060.59162.8611.1137.06
Hex54696314063Ba3b25
Octal1241511432406732431345
Binary101010011010011100011101000110111011101000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546963; }

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

 H1.HeaderClassName
 {
   color: #546963;
 }
 .AnyTagClassName
 {
   color: #546963;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #546963;
 }
 .BgClassName
 {
   background-color: #546963;
 }
</style>
border-color css

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

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

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