Shades of Golden Brown #92690D
Tints of Golden Brown #92690D
RGB
CMYK
RGB Variations
Color information
#92690D (or 0x92690D) is known color: Golden Brown. HEX triplet: 92, 69 and 0D. RGB value is (146,105,13). Sum of RGB (Red+Green+Blue) = 146+105+13=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #92690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92690D is #6D96F2. Grayscale: #6B6B6B. Windows color (decimal): -7182067 or 878994. OLE color: 878994.
HSL color Cylindrical-coordinate representation of color #92690D: hue angle of 41.5º 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 #92690D is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 105 | 13 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.43 |
| HSL | 41.5º | 0.84% | 0.31% | - |
| HSV(B) | 41.5º | 0.91% | 0.57% | - |
| XYZ | 16.98 | 16.24 | 2.62 | - |
| YUV | 106.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 13 | 0 | 0.28 | 0.91 | 0.43 | 41.5 | 0.84 | 0.31 |
| Hex | 92 | 69 | D | 0 | 1C | 5B | 2B | 2A | 54 | 1F |
| Octal | 222 | 151 | 15 | 0 | 34 | 133 | 53 | 52 | 124 | 37 |
| Binary | 10010010 | 1101001 | 1101 | 0 | 11100 | 1011011 | 101011 | 101010 | 1010100 | 11111 |
Color Harmonies of #92690D
Complementary color
Monochromatic Colors of #92690D
Black with #92690D
Text Example
Text Example
White with #92690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92690D; }
p { color: rgb(146,105,13); }
H1.HeaderClassName
{
color: #92690D;
}
.AnyTagClassName
{
color: #92690D;
}
</style>
background-color css
<style>
a { background-color: #92690D; }
a { background-color: rgb(146,105,13); }
div.DivClassName
{
background-color: #92690D;
}
.BgClassName
{
background-color: #92690D;
}
</style>
border-color css
<style>
span { border-color: #92690D; }
span { border-color: rgb(146,105,13); }
td.TdClassName
{
border-color: #92690D;
}
.TagClassName
{
border-color: #92690D;
}
</style>