Html Css Color HEX #546361 River Bed

📋 copy color: '#546361'

red 84 ◦ green 99 ◦ blue 97

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

Shades of River Bed #546361

Tints of River Bed #546361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 30%
G = 35.36%
B = 34.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#546361 (or 0x546361) is known color: River Bed. HEX triplet: 54, 63 and 61. RGB value is (84,99,97). Sum of RGB (Red+Green+Blue) = 84+99+97=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 99 - color contains mainly: green. Hex color #546361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546361 is #AB9C9E. Grayscale: #5E5E5E. Windows color (decimal): -11246751 or 6382420. OLE color: 6382420.

HSL color Cylindrical-coordinate representation of color #546361: hue angle of 172º 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 #546361 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 99 97 -
CMYK 0.15 0 0.02 0.61
HSL 172º 0.08% 0.36% -
HSV(B) 172º 0.15% 0.39% -
XYZ 10.28 11.67 13.02 -
YUV 94.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 84 99 97 0.15 0 0.02 0.61 172 0.08 0.36
Hex 54 63 61 F 0 2 3D AC 8 24
Octal 124 143 141 17 0 2 75 254 10 44
Binary 1010100 1100011 1100001 1111 0 10 111101 10101100 1000 100100

Color Harmonies of #546361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546361

Black with #546361

Text Example


Text Example

White with #546361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546361; }

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

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

background-color css

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

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

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

border-color css

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

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

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