Shades of Golden Brown #92680B
Tints of Golden Brown #92680B
RGB
CMYK
RGB Variations
Color information
#92680B (or 0x92680B) is known color: Golden Brown. HEX triplet: 92, 68 and 0B. RGB value is (146,104,11). Sum of RGB (Red+Green+Blue) = 146+104+11=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #92680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92680B is #6D97F4. Grayscale: #6A6A6A. Windows color (decimal): -7182325 or 747666. OLE color: 747666.
HSL color Cylindrical-coordinate representation of color #92680B: hue angle of 41.33º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92680B is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 11 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.43 |
| HSL | 41.33º | 0.86% | 0.31% | - |
| HSV(B) | 41.33º | 0.92% | 0.57% | - |
| XYZ | 16.86 | 16.04 | 2.52 | - |
| YUV | 105.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 11 | 0 | 0.29 | 0.92 | 0.43 | 41.33 | 0.86 | 0.31 |
| Hex | 92 | 68 | B | 0 | 1D | 5C | 2B | 29 | 56 | 1F |
| Octal | 222 | 150 | 13 | 0 | 35 | 134 | 53 | 51 | 126 | 37 |
| Binary | 10010010 | 1101000 | 1011 | 0 | 11101 | 1011100 | 101011 | 101001 | 1010110 | 11111 |
Color Harmonies of #92680B
Complementary color
Monochromatic Colors of #92680B
Black with #92680B
Text Example
Text Example
White with #92680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92680B; }
p { color: rgb(146,104,11); }
H1.HeaderClassName
{
color: #92680B;
}
.AnyTagClassName
{
color: #92680B;
}
</style>
background-color css
<style>
a { background-color: #92680B; }
a { background-color: rgb(146,104,11); }
div.DivClassName
{
background-color: #92680B;
}
.BgClassName
{
background-color: #92680B;
}
</style>
border-color css
<style>
span { border-color: #92680B; }
span { border-color: rgb(146,104,11); }
td.TdClassName
{
border-color: #92680B;
}
.TagClassName
{
border-color: #92680B;
}
</style>