#762A06

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

Shades of Peru Tan #762A06

Tints of Peru Tan #762A06

Color information

#762A06 (or 0x762A06) is unknown color: approx Peru Tan. HEX triplet: 76, 2A and 06. RGB value is (118,42,6). Sum of RGB (Red+Green+Blue) = 118+42+6=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #762A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A06 is #89D5F9. Grayscale: #3C3C3C. Windows color (decimal): -9033210 or 404086. OLE color: 404086.

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

Color convert

RGB118426-
CMYK00.640.950.54
HSL19.29º90.32%24.31%-
HSV(B)19.29º94.92%46.27%-
XYZ8.335.520.8-
YUV60.6297.18168.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=71.08%
G=25.30%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11842600.640.950.5419.2990.3224.31
Hex762A60405F36135a18
Octal1665260100137662313230
Binary111011010101011001000000101111111011010011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762A06; }

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

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

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

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

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

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

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

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