Shades of Peru Tan #762C06
Tints of Peru Tan #762C06
RGB
CMYK
RGB Variations
Color information
#762C06 (or 0x762C06) is known color: Peru Tan. HEX triplet: 76, 2C and 06. RGB value is (118,44,6). Sum of RGB (Red+Green+Blue) = 118+44+6=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #762C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C06 is #89D3F9. Grayscale: #3E3E3E. Windows color (decimal): -9032698 or 404598. OLE color: 404598.
HSL color Cylindrical-coordinate representation of color #762C06: hue angle of 20.36º 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 #762C06 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 6 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.54 |
| HSL | 20.36º | 0.9% | 0.24% | - |
| HSV(B) | 20.36º | 0.95% | 0.46% | - |
| XYZ | 8.4 | 5.67 | 0.82 | - |
| YUV | 61.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 6 | 0 | 0.63 | 0.95 | 0.54 | 20.36 | 0.9 | 0.24 |
| Hex | 76 | 2C | 6 | 0 | 3F | 5F | 36 | 14 | 5A | 18 |
| Octal | 166 | 54 | 6 | 0 | 77 | 137 | 66 | 24 | 132 | 30 |
| Binary | 1110110 | 101100 | 110 | 0 | 111111 | 1011111 | 110110 | 10100 | 1011010 | 11000 |
Color Harmonies of #762C06
Complementary color
Monochromatic Colors of #762C06
Black with #762C06
Text Example
Text Example
White with #762C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C06; }
p { color: rgb(118,44,6); }
H1.HeaderClassName
{
color: #762C06;
}
.AnyTagClassName
{
color: #762C06;
}
</style>
background-color css
<style>
a { background-color: #762C06; }
a { background-color: rgb(118,44,6); }
div.DivClassName
{
background-color: #762C06;
}
.BgClassName
{
background-color: #762C06;
}
</style>
border-color css
<style>
span { border-color: #762C06; }
span { border-color: rgb(118,44,6); }
td.TdClassName
{
border-color: #762C06;
}
.TagClassName
{
border-color: #762C06;
}
</style>