#763615

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

Shades of Peru Tan #763615

Tints of Peru Tan #763615

Color information

#763615 (or 0x763615) is unknown color: approx Peru Tan. HEX triplet: 76, 36 and 15. RGB value is (118,54,21). Sum of RGB (Red+Green+Blue) = 118+54+21=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #763615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763615 is #89C9EA. Grayscale: #454545. Windows color (decimal): -9030123 or 1390198. OLE color: 1390198.

HSL color Cylindrical-coordinate representation of color #763615: hue angle of 20.41º 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 #763615 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1185421-
CMYK00.540.820.54
HSL20.41º69.78%27.25%-
HSV(B)20.41º82.2%46.27%-
XYZ8.936.541.5-
YUV69.37100.7162.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=61.14%
G=27.98%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118542100.540.820.5420.4169.7827.25
Hex763615036523614461b
Octal1666625066122662410633
Binary1110110110110101010110110101001011011010100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763615; }

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

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

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

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

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

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

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

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