#796F55

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

Shades of Peat #796F55

Tints of Peat #796F55

Color information

#796F55 (or 0x796F55) is unknown color: approx Peat. HEX triplet: 79, 6F and 55. RGB value is (121,111,85). Sum of RGB (Red+Green+Blue) = 121+111+85=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #796F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F55 is #8690AA. Grayscale: #6F6F6F. Windows color (decimal): -8818859 or 5599097. OLE color: 5599097.

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

Color convert

RGB12111185-
CMYK00.080.300.53
HSL43.33º17.48%40.39%-
HSV(B)43.33º29.75%47.45%-
XYZ15.2116.0910.9-
YUV111.03113.31135.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=38.17%
G=35.02%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211118500.080.300.5343.3317.4840.39
Hex796F55081E352b1128
Octal1711571250103665532150
Binary111100111011111010101010001111011010110101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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