#763612

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

Shades of Peru Tan #763612

Tints of Peru Tan #763612

Color information

#763612 (or 0x763612) is unknown color: approx Peru Tan. HEX triplet: 76, 36 and 12. RGB value is (118,54,18). Sum of RGB (Red+Green+Blue) = 118+54+18=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #763612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763612 is #89C9ED. Grayscale: #454545. Windows color (decimal): -9030126 or 1193590. OLE color: 1193590.

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

Color convert

RGB1185418-
CMYK00.540.850.54
HSL21.6º73.53%26.67%-
HSV(B)21.6º84.75%46.27%-
XYZ8.96.531.36-
YUV69.0399.2162.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=62.11%
G=28.42%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118541800.540.850.5421.673.5326.67
Hex7636120365536164a1b
Octal1666622066125662611233
Binary1110110110110100100110110101010111011010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763612; }

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

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

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

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

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

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

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

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