Shades of Golden Brown #8B660A
Tints of Golden Brown #8B660A
RGB
CMYK
RGB Variations
Color information
#8B660A (or 0x8B660A) is known color: Golden Brown. HEX triplet: 8B, 66 and 0A. RGB value is (139,102,10). Sum of RGB (Red+Green+Blue) = 139+102+10=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B660A is #7499F5. Grayscale: #666666. Windows color (decimal): -7641590 or 681611. OLE color: 681611.
HSL color Cylindrical-coordinate representation of color #8B660A: hue angle of 42.79º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B660A is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 102 | 10 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.45 |
| HSL | 42.79º | 0.87% | 0.29% | - |
| HSV(B) | 42.79º | 0.93% | 0.55% | - |
| XYZ | 15.45 | 15.01 | 2.37 | - |
| YUV | 102.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 10 | 0 | 0.27 | 0.93 | 0.45 | 42.79 | 0.87 | 0.29 |
| Hex | 8B | 66 | A | 0 | 1B | 5D | 2D | 2B | 57 | 1D |
| Octal | 213 | 146 | 12 | 0 | 33 | 135 | 55 | 53 | 127 | 35 |
| Binary | 10001011 | 1100110 | 1010 | 0 | 11011 | 1011101 | 101101 | 101011 | 1010111 | 11101 |
Color Harmonies of #8B660A
Complementary color
Monochromatic Colors of #8B660A
Black with #8B660A
Text Example
Text Example
White with #8B660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B660A; }
p { color: rgb(139,102,10); }
H1.HeaderClassName
{
color: #8B660A;
}
.AnyTagClassName
{
color: #8B660A;
}
</style>
background-color css
<style>
a { background-color: #8B660A; }
a { background-color: rgb(139,102,10); }
div.DivClassName
{
background-color: #8B660A;
}
.BgClassName
{
background-color: #8B660A;
}
</style>
border-color css
<style>
span { border-color: #8B660A; }
span { border-color: rgb(139,102,10); }
td.TdClassName
{
border-color: #8B660A;
}
.TagClassName
{
border-color: #8B660A;
}
</style>