#4F605F

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

Shades of River Bed #4F605F

Tints of River Bed #4F605F

Color information

#4F605F (or 0x4F605F) is unknown color: approx River Bed. HEX triplet: 4F, 60 and 5F. RGB value is (79,96,95). Sum of RGB (Red+Green+Blue) = 79+96+95=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #4F605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F605F is #B09FA0. Grayscale: #5A5A5A. Windows color (decimal): -11575201 or 6250575. OLE color: 6250575.

HSL color Cylindrical-coordinate representation of color #4F605F: hue angle of 176.47º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F605F is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB799695-
CMYK0.1800.010.62
HSL176.47º9.71%34.31%-
HSV(B)176.47º17.71%37.65%-
XYZ9.4710.8512.42-
YUV90.8130.37119.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=29.26%
G=35.56%
B=35.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996950.1800.010.62176.479.7134.31
Hex4F605F12013Eb0a22
Octal1171401372201762601242
Binary1001111110000010111111001001111110101100001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F605F; }

 p { color: rgb(79,96,95); }

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

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

 a { background-color: rgb(79,96,95); }

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

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

 span { border-color: rgb(79,96,95); }

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