#546363

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

Shades of River Bed #546363

Tints of River Bed #546363

Color information

#546363 (or 0x546363) is unknown color: approx River Bed. HEX triplet: 54, 63 and 63. RGB value is (84,99,99). Sum of RGB (Red+Green+Blue) = 84+99+99=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #546363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546363 is #AB9C9C. Grayscale: #5E5E5E. Windows color (decimal): -11246749 or 6513492. OLE color: 6513492.

HSL color Cylindrical-coordinate representation of color #546363: hue angle of 180º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #546363 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB849999-
CMYK0.15000.61
HSL180º8.2%35.88%-
HSV(B)180º15.15%38.82%-
XYZ10.3711.7113.52-
YUV94.52130.53120.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=29.79%
G=35.11%
B=35.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499990.15000.611808.235.88
Hex546363F003Db4824
Octal1241431431700752641044
Binary101010011000111100011111100111101101101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546363; }

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

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

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

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

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

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

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

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