Html Css Color HEX #546362 River Bed

📋 copy color: '#546362'

red 84 ◦ green 99 ◦ blue 98

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

Shades of River Bed #546362

Tints of River Bed #546362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.88%

R = 29.89%
G = 35.23%
B = 34.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#546362 (or 0x546362) is known color: River Bed. HEX triplet: 54, 63 and 62. RGB value is (84,99,98). Sum of RGB (Red+Green+Blue) = 84+99+98=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 99 - color contains mainly: green. Hex color #546362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546362 is #AB9C9D. Grayscale: #5E5E5E. Windows color (decimal): -11246750 or 6447956. OLE color: 6447956.

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

Color convert

RGB 84 99 98 -
CMYK 0.15 0 0.01 0.61
HSL 176º 0.08% 0.36% -
HSV(B) 176º 0.15% 0.39% -
XYZ 10.32 11.69 13.27 -
YUV 94.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 84 99 98 0.15 0 0.01 0.61 176 0.08 0.36
Hex 54 63 62 F 0 1 3D B0 8 24
Octal 124 143 142 17 0 1 75 260 10 44
Binary 1010100 1100011 1100010 1111 0 1 111101 10110000 1000 100100

Color Harmonies of #546362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546362

Black with #546362

Text Example


Text Example

White with #546362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546362; }

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

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

background-color css

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

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

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

border-color css

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

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

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