Shades of Corn Harvest #8A6626
Tints of Corn Harvest #8A6626
RGB
CMYK
RGB Variations
Color information
#8A6626 (or 0x8A6626) is known color: Corn Harvest. HEX triplet: 8A, 66 and 26. RGB value is (138,102,38). Sum of RGB (Red+Green+Blue) = 138+102+38=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6626 is #7599D9. Grayscale: #696969. Windows color (decimal): -7707098 or 2516618. OLE color: 2516618.
HSL color Cylindrical-coordinate representation of color #8A6626: hue angle of 38.4º degrees, saturation: 0.57, 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 #8A6626 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 38 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.46 |
| HSL | 38.4º | 0.57% | 0.35% | - |
| HSV(B) | 38.4º | 0.72% | 0.54% | - |
| XYZ | 15.58 | 15.05 | 3.92 | - |
| YUV | 105.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 38 | 0 | 0.26 | 0.72 | 0.46 | 38.4 | 0.57 | 0.35 |
| Hex | 8A | 66 | 26 | 0 | 1A | 48 | 2E | 26 | 39 | 23 |
| Octal | 212 | 146 | 46 | 0 | 32 | 110 | 56 | 46 | 71 | 43 |
| Binary | 10001010 | 1100110 | 100110 | 0 | 11010 | 1001000 | 101110 | 100110 | 111001 | 100011 |
Color Harmonies of #8A6626
Complementary color
Monochromatic Colors of #8A6626
Black with #8A6626
Text Example
Text Example
White with #8A6626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6626; }
p { color: rgb(138,102,38); }
H1.HeaderClassName
{
color: #8A6626;
}
.AnyTagClassName
{
color: #8A6626;
}
</style>
background-color css
<style>
a { background-color: #8A6626; }
a { background-color: rgb(138,102,38); }
div.DivClassName
{
background-color: #8A6626;
}
.BgClassName
{
background-color: #8A6626;
}
</style>
border-color css
<style>
span { border-color: #8A6626; }
span { border-color: rgb(138,102,38); }
td.TdClassName
{
border-color: #8A6626;
}
.TagClassName
{
border-color: #8A6626;
}
</style>