Shades of Golden Brown #92660D
Tints of Golden Brown #92660D
RGB
CMYK
RGB Variations
Color information
#92660D (or 0x92660D) is known color: Golden Brown. HEX triplet: 92, 66 and 0D. RGB value is (146,102,13). Sum of RGB (Red+Green+Blue) = 146+102+13=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #92660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92660D is #6D99F2. Grayscale: #696969. Windows color (decimal): -7182835 or 878226. OLE color: 878226.
HSL color Cylindrical-coordinate representation of color #92660D: hue angle of 40.15º 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 #92660D is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 102 | 13 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.43 |
| HSL | 40.15º | 0.84% | 0.31% | - |
| HSV(B) | 40.15º | 0.91% | 0.57% | - |
| XYZ | 16.68 | 15.64 | 2.52 | - |
| YUV | 105.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 13 | 0 | 0.30 | 0.91 | 0.43 | 40.15 | 0.84 | 0.31 |
| Hex | 92 | 66 | D | 0 | 1E | 5B | 2B | 28 | 54 | 1F |
| Octal | 222 | 146 | 15 | 0 | 36 | 133 | 53 | 50 | 124 | 37 |
| Binary | 10010010 | 1100110 | 1101 | 0 | 11110 | 1011011 | 101011 | 101000 | 1010100 | 11111 |
Color Harmonies of #92660D
Complementary color
Monochromatic Colors of #92660D
Black with #92660D
Text Example
Text Example
White with #92660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92660D; }
p { color: rgb(146,102,13); }
H1.HeaderClassName
{
color: #92660D;
}
.AnyTagClassName
{
color: #92660D;
}
</style>
background-color css
<style>
a { background-color: #92660D; }
a { background-color: rgb(146,102,13); }
div.DivClassName
{
background-color: #92660D;
}
.BgClassName
{
background-color: #92660D;
}
</style>
border-color css
<style>
span { border-color: #92660D; }
span { border-color: rgb(146,102,13); }
td.TdClassName
{
border-color: #92660D;
}
.TagClassName
{
border-color: #92660D;
}
</style>