#763613

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

Shades of Peru Tan #763613

Tints of Peru Tan #763613

Color information

#763613 (or 0x763613) is unknown color: approx Peru Tan. HEX triplet: 76, 36 and 13. RGB value is (118,54,19). Sum of RGB (Red+Green+Blue) = 118+54+19=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #763613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763613 is #89C9EC. Grayscale: #454545. Windows color (decimal): -9030125 or 1259126. OLE color: 1259126.

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

Color convert

RGB1185419-
CMYK00.540.840.54
HSL21.21º72.26%26.86%-
HSV(B)21.21º83.9%46.27%-
XYZ8.916.541.41-
YUV69.1599.7162.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=61.78%
G=28.27%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118541900.540.840.5421.2172.2626.86
Hex763613036543615481b
Octal1666623066124662511033
Binary1110110110110100110110110101010011011010101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763613; }

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

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

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

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

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

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

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

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