#796565

Color #796565 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #796565

Tints of Light Wood #796565

Color information

#796565 (or 0x796565) is unknown color: approx Light Wood. HEX triplet: 79, 65 and 65. RGB value is (121,101,101). Sum of RGB (Red+Green+Blue) = 121+101+101=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #796565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796565 is #869A9A. Grayscale: #6A6A6A. Windows color (decimal): -8821403 or 6645113. OLE color: 6645113.

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

Color convert

RGB121101101-
CMYK00.170.170.53
HSL9.01%43.53%-
HSV(B)16.53%47.45%-
XYZ14.8914.3114.29-
YUV106.98124.63138-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=37.46%
G=31.27%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110110100.170.170.5309.0143.53
Hex7965650111135092c
Octal171145145021216501154
Binary1111001110010111001010100011000111010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796565; }

 p { color: rgb(121,101,101); }

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

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

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

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

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

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

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