Shades of Corn Harvest #8A6A27
Tints of Corn Harvest #8A6A27
RGB
CMYK
RGB Variations
Color information
#8A6A27 (or 0x8A6A27) is known color: Corn Harvest. HEX triplet: 8A, 6A and 27. RGB value is (138,106,39). Sum of RGB (Red+Green+Blue) = 138+106+39=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6A27 is #7595D8. Grayscale: #6C6C6C. Windows color (decimal): -7706073 or 2583178. OLE color: 2583178.
HSL color Cylindrical-coordinate representation of color #8A6A27: hue angle of 40.61º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A6A27 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 106 | 39 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.46 |
| HSL | 40.61º | 0.56% | 0.35% | - |
| HSV(B) | 40.61º | 0.72% | 0.54% | - |
| XYZ | 16 | 15.86 | 4.14 | - |
| YUV | 107.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 39 | 0 | 0.23 | 0.72 | 0.46 | 40.61 | 0.56 | 0.35 |
| Hex | 8A | 6A | 27 | 0 | 17 | 48 | 2E | 29 | 38 | 23 |
| Octal | 212 | 152 | 47 | 0 | 27 | 110 | 56 | 51 | 70 | 43 |
| Binary | 10001010 | 1101010 | 100111 | 0 | 10111 | 1001000 | 101110 | 101001 | 111000 | 100011 |
Color Harmonies of #8A6A27
Complementary color
Monochromatic Colors of #8A6A27
Black with #8A6A27
Text Example
Text Example
White with #8A6A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6A27; }
p { color: rgb(138,106,39); }
H1.HeaderClassName
{
color: #8A6A27;
}
.AnyTagClassName
{
color: #8A6A27;
}
</style>
background-color css
<style>
a { background-color: #8A6A27; }
a { background-color: rgb(138,106,39); }
div.DivClassName
{
background-color: #8A6A27;
}
.BgClassName
{
background-color: #8A6A27;
}
</style>
border-color css
<style>
span { border-color: #8A6A27; }
span { border-color: rgb(138,106,39); }
td.TdClassName
{
border-color: #8A6A27;
}
.TagClassName
{
border-color: #8A6A27;
}
</style>