#546964

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

Shades of William #546964

Tints of William #546964

Color information

#546964 (or 0x546964) is unknown color: approx William. HEX triplet: 54, 69 and 64. RGB value is (84,105,100). Sum of RGB (Red+Green+Blue) = 84+105+100=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #546964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546964 is #AB969B. Grayscale: #626262. Windows color (decimal): -11245212 or 6580564. OLE color: 6580564.

HSL color Cylindrical-coordinate representation of color #546964: hue angle of 165.71º 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 #546964 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB84105100-
CMYK0.2000.050.59
HSL165.71º11.11%37.06%-
HSV(B)165.71º20%41.18%-
XYZ11.0112.9113.97-
YUV98.15129.04117.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=29.07%
G=36.33%
B=34.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal841051000.2000.050.59165.7111.1137.06
Hex54696414053Ba6b25
Octal1241511442405732461345
Binary101010011010011100100101000101111011101001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546964; }

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

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

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

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

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

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

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

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