#763616

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

Shades of Peru Tan #763616

Tints of Peru Tan #763616

Color information

#763616 (or 0x763616) is unknown color: approx Peru Tan. HEX triplet: 76, 36 and 16. RGB value is (118,54,22). Sum of RGB (Red+Green+Blue) = 118+54+22=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #763616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763616 is #89C9E9. Grayscale: #454545. Windows color (decimal): -9030122 or 1455734. OLE color: 1455734.

HSL color Cylindrical-coordinate representation of color #763616: hue angle of 20º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #763616 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1185422-
CMYK00.540.810.54
HSL20º68.57%27.45%-
HSV(B)20º81.36%46.27%-
XYZ8.946.551.55-
YUV69.49101.2162.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=60.82%
G=27.84%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118542200.540.810.542068.5727.45
Hex763616036513614451b
Octal1666626066121662410533
Binary1110110110110101100110110101000111011010100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763616; }

 p { color: rgb(118,54,22); }

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

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

 a { background-color: rgb(118,54,22); }

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

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

 span { border-color: rgb(118,54,22); }

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