#764015

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

Shades of Peru Tan #764015

Tints of Peru Tan #764015

Color information

#764015 (or 0x764015) is unknown color: approx Peru Tan. HEX triplet: 76, 40 and 15. RGB value is (118,64,21). Sum of RGB (Red+Green+Blue) = 118+64+21=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #764015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764015 is #89BFEA. Grayscale: #4B4B4B. Windows color (decimal): -9027563 or 1392758. OLE color: 1392758.

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

Color convert

RGB1186421-
CMYK00.460.820.54
HSL26.6º69.78%27.25%-
HSV(B)26.6º82.2%46.27%-
XYZ9.447.571.67-
YUV75.2497.39158.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=58.13%
G=31.53%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118642100.460.820.5426.669.7827.25
Hex76401502E52361b461b
Octal16610025056122663310633
Binary11101101000000101010101110101001011011011011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764015; }

 p { color: rgb(118,64,21); }

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

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

 a { background-color: rgb(118,64,21); }

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

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

 span { border-color: rgb(118,64,21); }

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