Shades of Peru Tan #762E06
Tints of Peru Tan #762E06
RGB
CMYK
RGB Variations
Color information
#762E06 (or 0x762E06) is known color: Peru Tan. HEX triplet: 76, 2E and 06. RGB value is (118,46,6). Sum of RGB (Red+Green+Blue) = 118+46+6=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #762E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E06 is #89D1F9. Grayscale: #3F3F3F. Windows color (decimal): -9032186 or 405110. OLE color: 405110.
HSL color Cylindrical-coordinate representation of color #762E06: hue angle of 21.43º 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 #762E06 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 6 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.54 |
| HSL | 21.43º | 0.9% | 0.24% | - |
| HSV(B) | 21.43º | 0.95% | 0.46% | - |
| XYZ | 8.48 | 5.82 | 0.85 | - |
| YUV | 62.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 6 | 0 | 0.61 | 0.95 | 0.54 | 21.43 | 0.9 | 0.24 |
| Hex | 76 | 2E | 6 | 0 | 3D | 5F | 36 | 15 | 5A | 18 |
| Octal | 166 | 56 | 6 | 0 | 75 | 137 | 66 | 25 | 132 | 30 |
| Binary | 1110110 | 101110 | 110 | 0 | 111101 | 1011111 | 110110 | 10101 | 1011010 | 11000 |
Color Harmonies of #762E06
Complementary color
Monochromatic Colors of #762E06
Black with #762E06
Text Example
Text Example
White with #762E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E06; }
p { color: rgb(118,46,6); }
H1.HeaderClassName
{
color: #762E06;
}
.AnyTagClassName
{
color: #762E06;
}
</style>
background-color css
<style>
a { background-color: #762E06; }
a { background-color: rgb(118,46,6); }
div.DivClassName
{
background-color: #762E06;
}
.BgClassName
{
background-color: #762E06;
}
</style>
border-color css
<style>
span { border-color: #762E06; }
span { border-color: rgb(118,46,6); }
td.TdClassName
{
border-color: #762E06;
}
.TagClassName
{
border-color: #762E06;
}
</style>