#793206

Color #793206 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #793206

Tints of Peru Tan #793206

Color information

#793206 (or 0x793206) is unknown color: approx Peru Tan. HEX triplet: 79, 32 and 06. RGB value is (121,50,6). Sum of RGB (Red+Green+Blue) = 121+50+6=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #793206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793206 is #86CDF9. Grayscale: #424242. Windows color (decimal): -8834554 or 406137. OLE color: 406137.

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

Color convert

RGB121506-
CMYK00.590.950.53
HSL22.96º90.55%24.9%-
HSV(B)22.96º95.04%47.45%-
XYZ9.066.360.92-
YUV66.2194.02167.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.36%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=68.36%
G=28.25%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12150600.590.950.5322.9690.5524.9
Hex7932603B5F35175b19
Octal171626073137652713331
Binary11110011100101100111011101111111010110111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793206; }

 p { color: rgb(121,50,6); }

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

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

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

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

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

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

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