Shades of Golden Brown #92680D
Tints of Golden Brown #92680D
RGB
CMYK
RGB Variations
Color information
#92680D (or 0x92680D) is known color: Golden Brown. HEX triplet: 92, 68 and 0D. RGB value is (146,104,13). Sum of RGB (Red+Green+Blue) = 146+104+13=263 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.51% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 146 - color contains mainly: red. Hex color #92680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92680D is #6D97F2. Grayscale: #6A6A6A. Windows color (decimal): -7182323 or 878738. OLE color: 878738.
HSL color Cylindrical-coordinate representation of color #92680D: hue angle of 41.05º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92680D is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 13 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.43 |
| HSL | 41.05º | 0.84% | 0.31% | - |
| HSV(B) | 41.05º | 0.91% | 0.57% | - |
| XYZ | 16.88 | 16.04 | 2.59 | - |
| YUV | 106.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 13 | 0 | 0.29 | 0.91 | 0.43 | 41.05 | 0.84 | 0.31 |
| Hex | 92 | 68 | D | 0 | 1D | 5B | 2B | 29 | 54 | 1F |
| Octal | 222 | 150 | 15 | 0 | 35 | 133 | 53 | 51 | 124 | 37 |
| Binary | 10010010 | 1101000 | 1101 | 0 | 11101 | 1011011 | 101011 | 101001 | 1010100 | 11111 |
Color Harmonies of #92680D
Complementary color
Monochromatic Colors of #92680D
Black with #92680D
Text Example
Text Example
White with #92680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92680D; }
p { color: rgb(146,104,13); }
H1.HeaderClassName
{
color: #92680D;
}
.AnyTagClassName
{
color: #92680D;
}
</style>
background-color css
<style>
a { background-color: #92680D; }
a { background-color: rgb(146,104,13); }
div.DivClassName
{
background-color: #92680D;
}
.BgClassName
{
background-color: #92680D;
}
</style>
border-color css
<style>
span { border-color: #92680D; }
span { border-color: rgb(146,104,13); }
td.TdClassName
{
border-color: #92680D;
}
.TagClassName
{
border-color: #92680D;
}
</style>