Shades of Golden Brown #92691D
Tints of Golden Brown #92691D
RGB
CMYK
RGB Variations
Color information
#92691D (or 0x92691D) is known color: Golden Brown. HEX triplet: 92, 69 and 1D. RGB value is (146,105,29). Sum of RGB (Red+Green+Blue) = 146+105+29=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #92691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92691D is #6D96E2. Grayscale: #6C6C6C. Windows color (decimal): -7182051 or 1927570. OLE color: 1927570.
HSL color Cylindrical-coordinate representation of color #92691D: hue angle of 38.97º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92691D is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 105 | 29 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.43 |
| HSL | 38.97º | 0.67% | 0.34% | - |
| HSV(B) | 38.97º | 0.8% | 0.57% | - |
| XYZ | 17.13 | 16.3 | 3.41 | - |
| YUV | 108.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 29 | 0 | 0.28 | 0.80 | 0.43 | 38.97 | 0.67 | 0.34 |
| Hex | 92 | 69 | 1D | 0 | 1C | 50 | 2B | 27 | 43 | 22 |
| Octal | 222 | 151 | 35 | 0 | 34 | 120 | 53 | 47 | 103 | 42 |
| Binary | 10010010 | 1101001 | 11101 | 0 | 11100 | 1010000 | 101011 | 100111 | 1000011 | 100010 |
Color Harmonies of #92691D
Complementary color
Monochromatic Colors of #92691D
Black with #92691D
Text Example
Text Example
White with #92691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92691D; }
p { color: rgb(146,105,29); }
H1.HeaderClassName
{
color: #92691D;
}
.AnyTagClassName
{
color: #92691D;
}
</style>
background-color css
<style>
a { background-color: #92691D; }
a { background-color: rgb(146,105,29); }
div.DivClassName
{
background-color: #92691D;
}
.BgClassName
{
background-color: #92691D;
}
</style>
border-color css
<style>
span { border-color: #92691D; }
span { border-color: rgb(146,105,29); }
td.TdClassName
{
border-color: #92691D;
}
.TagClassName
{
border-color: #92691D;
}
</style>