#51615F

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

Shades of River Bed #51615F

Tints of River Bed #51615F

Color information

#51615F (or 0x51615F) is unknown color: approx River Bed. HEX triplet: 51, 61 and 5F. RGB value is (81,97,95). Sum of RGB (Red+Green+Blue) = 81+97+95=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #51615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51615F is #AE9EA0. Grayscale: #5B5B5B. Windows color (decimal): -11443873 or 6250833. OLE color: 6250833.

HSL color Cylindrical-coordinate representation of color #51615F: hue angle of 172.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #51615F is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB819795-
CMYK0.1600.020.62
HSL172.5º8.99%34.9%-
HSV(B)172.5º16.49%38.04%-
XYZ9.7311.1212.46-
YUV91.99129.7120.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.67%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=29.67%
G=35.53%
B=34.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197950.1600.020.62172.58.9934.9
Hex51615F10023Eac923
Octal1211411372002762541143
Binary10100011100001101111110000010111110101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51615F; }

 p { color: rgb(81,97,95); }

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

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

 a { background-color: rgb(81,97,95); }

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

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

 span { border-color: rgb(81,97,95); }

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