Html Css Color HEX #596160 River Bed

📋 copy color: '#596160'

red 89 ◦ green 97 ◦ blue 96

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

Shades of River Bed #596160

Tints of River Bed #596160

RGB

 RED value IS 89 (35.16% from 255) = 31.56%

 GREEN value IS 97 (38.28% from 255) = 34.4%

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 31.56%
G = 34.4%
B = 34.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#596160 (or 0x596160) is known color: River Bed. HEX triplet: 59, 61 and 60. RGB value is (89,97,96). Sum of RGB (Red+Green+Blue) = 89+97+96=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 97 - color contains mainly: green. Hex color #596160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596160 is #A69E9F. Grayscale: #5E5E5E. Windows color (decimal): -10919584 or 6316377. OLE color: 6316377.

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

Color convert

RGB 89 97 96 -
CMYK 0.08 0 0.01 0.62
HSL 172.5º 0.04% 0.36% -
HSV(B) 172.5º 0.08% 0.38% -
XYZ 10.51 11.52 12.74 -
YUV 94.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 89 97 96 0.08 0 0.01 0.62 172.5 0.04 0.36
Hex 59 61 60 8 0 1 3E AC 4 24
Octal 131 141 140 10 0 1 76 254 4 44
Binary 1011001 1100001 1100000 1000 0 1 111110 10101100 100 100100

Color Harmonies of #596160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596160

Black with #596160

Text Example


Text Example

White with #596160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596160; }

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

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

background-color css

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

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

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

border-color css

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

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

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