#796363

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

Shades of Light Wood #796363

Tints of Light Wood #796363

Color information

#796363 (or 0x796363) is unknown color: approx Light Wood. HEX triplet: 79, 63 and 63. RGB value is (121,99,99). Sum of RGB (Red+Green+Blue) = 121+99+99=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #796363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796363 is #869C9C. Grayscale: #696969. Windows color (decimal): -8821917 or 6513529. OLE color: 6513529.

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

Color convert

RGB1219999-
CMYK00.180.180.53
HSL10%43.14%-
HSV(B)18.18%47.45%-
XYZ14.613.8913.72-
YUV105.58124.29139-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 99 (39.06% from 255) = 31.03%
R=37.93%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121999900.180.180.5301043.14
Hex79636301212350a2b
Octal171143143022226501253
Binary1111001110001111000110100101001011010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796363; }

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

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

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

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

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

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

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

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