#796F51

Color #796F51 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #796F51

Tints of Peat #796F51

Color information

#796F51 (or 0x796F51) is unknown color: approx Peat. HEX triplet: 79, 6F and 51. RGB value is (121,111,81). Sum of RGB (Red+Green+Blue) = 121+111+81=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #796F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F51 is #8690AE. Grayscale: #6E6E6E. Windows color (decimal): -8818863 or 5336953. OLE color: 5336953.

HSL color Cylindrical-coordinate representation of color #796F51: hue angle of 45º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #796F51 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB12111181-
CMYK00.080.330.53
HSL45º19.8%39.61%-
HSV(B)45º33.06%47.45%-
XYZ15.0516.0310.08-
YUV110.57111.31135.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.66%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=38.66%
G=35.46%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211118100.080.330.534519.839.61
Hex796F510821352d1428
Octal1711571210104165552450
Binary1111001110111110100010100010000111010110110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796F51; }

 p { color: rgb(121,111,81); }

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

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

 a { background-color: rgb(121,111,81); }

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

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

 span { border-color: rgb(121,111,81); }

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