#763206

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

Shades of Peru Tan #763206

Tints of Peru Tan #763206

Color information

#763206 (or 0x763206) is unknown color: approx Peru Tan. HEX triplet: 76, 32 and 06. RGB value is (118,50,6). Sum of RGB (Red+Green+Blue) = 118+50+6=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #763206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763206 is #89CDF9. Grayscale: #414141. Windows color (decimal): -9031162 or 406134. OLE color: 406134.

HSL color Cylindrical-coordinate representation of color #763206: hue angle of 23.57º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #763206 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB118506-
CMYK00.580.950.54
HSL23.57º90.32%24.31%-
HSV(B)23.57º94.92%46.27%-
XYZ8.646.150.9-
YUV65.3294.53165.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.82%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=67.82%
G=28.74%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11850600.580.950.5423.5790.3224.31
Hex7632603A5F36185a18
Octal166626072137663013230
Binary11101101100101100111010101111111011011000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763206; }

 p { color: rgb(118,50,6); }

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

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

 a { background-color: rgb(118,50,6); }

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

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

 span { border-color: rgb(118,50,6); }

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