Shades of Golden Brown #8C6218
Tints of Golden Brown #8C6218
RGB
CMYK
RGB Variations
Color information
#8C6218 (or 0x8C6218) is known color: Golden Brown. HEX triplet: 8C, 62 and 18. RGB value is (140,98,24). Sum of RGB (Red+Green+Blue) = 140+98+24=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6218 is #739DE7. Grayscale: #666666. Windows color (decimal): -7577064 or 1598092. OLE color: 1598092.
HSL color Cylindrical-coordinate representation of color #8C6218: hue angle of 38.28º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C6218 is Cyan = 0, Magento = 0.3, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 24 | - |
| CMYK | 0 | 0.3 | 0.83 | 0.45 |
| HSL | 38.28º | 0.71% | 0.32% | - |
| HSV(B) | 38.28º | 0.83% | 0.55% | - |
| XYZ | 15.35 | 14.38 | 2.83 | - |
| YUV | 102.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 24 | 0 | 0.3 | 0.83 | 0.45 | 38.28 | 0.71 | 0.32 |
| Hex | 8C | 62 | 18 | 0 | 1E | 53 | 2D | 26 | 47 | 20 |
| Octal | 214 | 142 | 30 | 0 | 36 | 123 | 55 | 46 | 107 | 40 |
| Binary | 10001100 | 1100010 | 11000 | 0 | 11110 | 1010011 | 101101 | 100110 | 1000111 | 100000 |
Color Harmonies of #8C6218
Complementary color
Monochromatic Colors of #8C6218
Black with #8C6218
Text Example
Text Example
White with #8C6218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6218; }
p { color: rgb(140,98,24); }
H1.HeaderClassName
{
color: #8C6218;
}
.AnyTagClassName
{
color: #8C6218;
}
</style>
background-color css
<style>
a { background-color: #8C6218; }
a { background-color: rgb(140,98,24); }
div.DivClassName
{
background-color: #8C6218;
}
.BgClassName
{
background-color: #8C6218;
}
</style>
border-color css
<style>
span { border-color: #8C6218; }
span { border-color: rgb(140,98,24); }
td.TdClassName
{
border-color: #8C6218;
}
.TagClassName
{
border-color: #8C6218;
}
</style>