Shades of Golden Brown #8A600C
Tints of Golden Brown #8A600C
RGB
CMYK
RGB Variations
Color information
#8A600C (or 0x8A600C) is known color: Golden Brown. HEX triplet: 8A, 60 and 0C. RGB value is (138,96,12). Sum of RGB (Red+Green+Blue) = 138+96+12=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A600C is #759FF3. Grayscale: #636363. Windows color (decimal): -7708660 or 811146. OLE color: 811146.
HSL color Cylindrical-coordinate representation of color #8A600C: hue angle of 40º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A600C is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 12 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.46 |
| HSL | 40º | 0.84% | 0.29% | - |
| HSV(B) | 40º | 0.91% | 0.54% | - |
| XYZ | 14.73 | 13.8 | 2.23 | - |
| YUV | 98.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 12 | 0 | 0.30 | 0.91 | 0.46 | 40 | 0.84 | 0.29 |
| Hex | 8A | 60 | C | 0 | 1E | 5B | 2E | 28 | 54 | 1D |
| Octal | 212 | 140 | 14 | 0 | 36 | 133 | 56 | 50 | 124 | 35 |
| Binary | 10001010 | 1100000 | 1100 | 0 | 11110 | 1011011 | 101110 | 101000 | 1010100 | 11101 |
Color Harmonies of #8A600C
Complementary color
Monochromatic Colors of #8A600C
Black with #8A600C
Text Example
Text Example
White with #8A600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A600C; }
p { color: rgb(138,96,12); }
H1.HeaderClassName
{
color: #8A600C;
}
.AnyTagClassName
{
color: #8A600C;
}
</style>
background-color css
<style>
a { background-color: #8A600C; }
a { background-color: rgb(138,96,12); }
div.DivClassName
{
background-color: #8A600C;
}
.BgClassName
{
background-color: #8A600C;
}
</style>
border-color css
<style>
span { border-color: #8A600C; }
span { border-color: rgb(138,96,12); }
td.TdClassName
{
border-color: #8A600C;
}
.TagClassName
{
border-color: #8A600C;
}
</style>