Shades of Corn Harvest #86692A
Tints of Corn Harvest #86692A
RGB
CMYK
RGB Variations
Color information
#86692A (or 0x86692A) is known color: Corn Harvest. HEX triplet: 86, 69 and 2A. RGB value is (134,105,42). Sum of RGB (Red+Green+Blue) = 134+105+42=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86692A is #7996D5. Grayscale: #6A6A6A. Windows color (decimal): -7968470 or 2779526. OLE color: 2779526.
HSL color Cylindrical-coordinate representation of color #86692A: hue angle of 41.09º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86692A is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 105 | 42 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.47 |
| HSL | 41.09º | 0.52% | 0.35% | - |
| HSV(B) | 41.09º | 0.69% | 0.53% | - |
| XYZ | 15.3 | 15.34 | 4.34 | - |
| YUV | 106.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 42 | 0 | 0.22 | 0.69 | 0.47 | 41.09 | 0.52 | 0.35 |
| Hex | 86 | 69 | 2A | 0 | 16 | 45 | 2F | 29 | 34 | 23 |
| Octal | 206 | 151 | 52 | 0 | 26 | 105 | 57 | 51 | 64 | 43 |
| Binary | 10000110 | 1101001 | 101010 | 0 | 10110 | 1000101 | 101111 | 101001 | 110100 | 100011 |
Color Harmonies of #86692A
Complementary color
Monochromatic Colors of #86692A
Black with #86692A
Text Example
Text Example
White with #86692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86692A; }
p { color: rgb(134,105,42); }
H1.HeaderClassName
{
color: #86692A;
}
.AnyTagClassName
{
color: #86692A;
}
</style>
background-color css
<style>
a { background-color: #86692A; }
a { background-color: rgb(134,105,42); }
div.DivClassName
{
background-color: #86692A;
}
.BgClassName
{
background-color: #86692A;
}
</style>
border-color css
<style>
span { border-color: #86692A; }
span { border-color: rgb(134,105,42); }
td.TdClassName
{
border-color: #86692A;
}
.TagClassName
{
border-color: #86692A;
}
</style>