Shades of Corn Harvest #8B6B25
Tints of Corn Harvest #8B6B25
RGB
CMYK
RGB Variations
Color information
#8B6B25 (or 0x8B6B25) is known color: Corn Harvest. HEX triplet: 8B, 6B and 25. RGB value is (139,107,37). Sum of RGB (Red+Green+Blue) = 139+107+37=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B25 is #7494DA. Grayscale: #6C6C6C. Windows color (decimal): -7640283 or 2452363. OLE color: 2452363.
HSL color Cylindrical-coordinate representation of color #8B6B25: hue angle of 41.18º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B6B25 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 37 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.45 |
| HSL | 41.18º | 0.58% | 0.35% | - |
| HSV(B) | 41.18º | 0.73% | 0.55% | - |
| XYZ | 16.24 | 16.14 | 4.01 | - |
| YUV | 108.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 37 | 0 | 0.23 | 0.73 | 0.45 | 41.18 | 0.58 | 0.35 |
| Hex | 8B | 6B | 25 | 0 | 17 | 49 | 2D | 29 | 3A | 23 |
| Octal | 213 | 153 | 45 | 0 | 27 | 111 | 55 | 51 | 72 | 43 |
| Binary | 10001011 | 1101011 | 100101 | 0 | 10111 | 1001001 | 101101 | 101001 | 111010 | 100011 |
Color Harmonies of #8B6B25
Complementary color
Monochromatic Colors of #8B6B25
Black with #8B6B25
Text Example
Text Example
White with #8B6B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B25; }
p { color: rgb(139,107,37); }
H1.HeaderClassName
{
color: #8B6B25;
}
.AnyTagClassName
{
color: #8B6B25;
}
</style>
background-color css
<style>
a { background-color: #8B6B25; }
a { background-color: rgb(139,107,37); }
div.DivClassName
{
background-color: #8B6B25;
}
.BgClassName
{
background-color: #8B6B25;
}
</style>
border-color css
<style>
span { border-color: #8B6B25; }
span { border-color: rgb(139,107,37); }
td.TdClassName
{
border-color: #8B6B25;
}
.TagClassName
{
border-color: #8B6B25;
}
</style>