#596665

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

Shades of River Bed #596665

Tints of River Bed #596665

Color information

#596665 (or 0x596665) is unknown color: approx River Bed. HEX triplet: 59, 66 and 65. RGB value is (89,102,101). Sum of RGB (Red+Green+Blue) = 89+102+101=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 102 - color contains mainly: green. Hex color #596665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596665 is #A6999A. Grayscale: #616161. Windows color (decimal): -10918299 or 6645337. OLE color: 6645337.

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

Color convert

RGB89102101-
CMYK0.1300.010.6
HSL175.38º6.81%37.45%-
HSV(B)175.38º12.75%40%-
XYZ11.2212.5714.15-
YUV98129.69121.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.48%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=30.48%
G=34.93%
B=34.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal891021010.1300.010.6175.386.8137.45
Hex596665D013Caf725
Octal131146145150174257745
Binary10110011100110110010111010111110010101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596665; }

 p { color: rgb(89,102,101); }

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

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

 a { background-color: rgb(89,102,101); }

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

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

 span { border-color: rgb(89,102,101); }

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