Shades of Golden Brown #8B680C
Tints of Golden Brown #8B680C
RGB
CMYK
RGB Variations
Color information
#8B680C (or 0x8B680C) is known color: Golden Brown. HEX triplet: 8B, 68 and 0C. RGB value is (139,104,12). Sum of RGB (Red+Green+Blue) = 139+104+12=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B680C is #7497F3. Grayscale: #686868. Windows color (decimal): -7641076 or 813195. OLE color: 813195.
HSL color Cylindrical-coordinate representation of color #8B680C: hue angle of 43.46º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B680C is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 12 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.45 |
| HSL | 43.46º | 0.84% | 0.3% | - |
| HSV(B) | 43.46º | 0.91% | 0.55% | - |
| XYZ | 15.66 | 15.42 | 2.5 | - |
| YUV | 103.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 12 | 0 | 0.25 | 0.91 | 0.45 | 43.46 | 0.84 | 0.3 |
| Hex | 8B | 68 | C | 0 | 19 | 5B | 2D | 2B | 54 | 1E |
| Octal | 213 | 150 | 14 | 0 | 31 | 133 | 55 | 53 | 124 | 36 |
| Binary | 10001011 | 1101000 | 1100 | 0 | 11001 | 1011011 | 101101 | 101011 | 1010100 | 11110 |
Color Harmonies of #8B680C
Complementary color
Monochromatic Colors of #8B680C
Black with #8B680C
Text Example
Text Example
White with #8B680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B680C; }
p { color: rgb(139,104,12); }
H1.HeaderClassName
{
color: #8B680C;
}
.AnyTagClassName
{
color: #8B680C;
}
</style>
background-color css
<style>
a { background-color: #8B680C; }
a { background-color: rgb(139,104,12); }
div.DivClassName
{
background-color: #8B680C;
}
.BgClassName
{
background-color: #8B680C;
}
</style>
border-color css
<style>
span { border-color: #8B680C; }
span { border-color: rgb(139,104,12); }
td.TdClassName
{
border-color: #8B680C;
}
.TagClassName
{
border-color: #8B680C;
}
</style>