Shades of Golden Brown #92600D
Tints of Golden Brown #92600D
RGB
CMYK
RGB Variations
Color information
#92600D (or 0x92600D) is known color: Golden Brown. HEX triplet: 92, 60 and 0D. RGB value is (146,96,13). Sum of RGB (Red+Green+Blue) = 146+96+13=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #92600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92600D is #6D9FF2. Grayscale: #656565. Windows color (decimal): -7184371 or 876690. OLE color: 876690.
HSL color Cylindrical-coordinate representation of color #92600D: hue angle of 37.44º 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 #92600D is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 96 | 13 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.43 |
| HSL | 37.44º | 0.84% | 0.31% | - |
| HSV(B) | 37.44º | 0.91% | 0.57% | - |
| XYZ | 16.11 | 14.51 | 2.33 | - |
| YUV | 101.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 13 | 0 | 0.34 | 0.91 | 0.43 | 37.44 | 0.84 | 0.31 |
| Hex | 92 | 60 | D | 0 | 22 | 5B | 2B | 25 | 54 | 1F |
| Octal | 222 | 140 | 15 | 0 | 42 | 133 | 53 | 45 | 124 | 37 |
| Binary | 10010010 | 1100000 | 1101 | 0 | 100010 | 1011011 | 101011 | 100101 | 1010100 | 11111 |
Color Harmonies of #92600D
Complementary color
Monochromatic Colors of #92600D
Black with #92600D
Text Example
Text Example
White with #92600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92600D; }
p { color: rgb(146,96,13); }
H1.HeaderClassName
{
color: #92600D;
}
.AnyTagClassName
{
color: #92600D;
}
</style>
background-color css
<style>
a { background-color: #92600D; }
a { background-color: rgb(146,96,13); }
div.DivClassName
{
background-color: #92600D;
}
.BgClassName
{
background-color: #92600D;
}
</style>
border-color css
<style>
span { border-color: #92600D; }
span { border-color: rgb(146,96,13); }
td.TdClassName
{
border-color: #92600D;
}
.TagClassName
{
border-color: #92600D;
}
</style>