#546160

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

Shades of River Bed #546160

Tints of River Bed #546160

Color information

#546160 (or 0x546160) is unknown color: approx River Bed. HEX triplet: 54, 61 and 60. RGB value is (84,97,96). Sum of RGB (Red+Green+Blue) = 84+97+96=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 97 - color contains mainly: green. Hex color #546160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546160 is #AB9E9F. Grayscale: #5C5C5C. Windows color (decimal): -11247264 or 6316372. OLE color: 6316372.

HSL color Cylindrical-coordinate representation of color #546160: hue angle of 175.38º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #546160 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB849796-
CMYK0.1300.010.62
HSL175.38º7.18%35.49%-
HSV(B)175.38º13.4%38.04%-
XYZ10.0411.2812.71-
YUV93129.69121.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=30.32%
G=35.02%
B=34.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497960.1300.010.62175.387.1835.49
Hex546160D013Eaf723
Octal124141140150176257743
Binary10101001100001110000011010111111010101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546160; }

 p { color: rgb(84,97,96); }

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

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

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

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

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

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

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