Shades of Golden Brown #92690F
Tints of Golden Brown #92690F
RGB
CMYK
RGB Variations
Color information
#92690F (or 0x92690F) is known color: Golden Brown. HEX triplet: 92, 69 and 0F. RGB value is (146,105,15). Sum of RGB (Red+Green+Blue) = 146+105+15=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #92690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92690F is #6D96F0. Grayscale: #6B6B6B. Windows color (decimal): -7182065 or 1010066. OLE color: 1010066.
HSL color Cylindrical-coordinate representation of color #92690F: hue angle of 41.22º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92690F is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 105 | 15 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.43 |
| HSL | 41.22º | 0.81% | 0.32% | - |
| HSV(B) | 41.22º | 0.9% | 0.57% | - |
| XYZ | 16.99 | 16.25 | 2.69 | - |
| YUV | 107 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 15 | 0 | 0.28 | 0.90 | 0.43 | 41.22 | 0.81 | 0.32 |
| Hex | 92 | 69 | F | 0 | 1C | 5A | 2B | 29 | 51 | 20 |
| Octal | 222 | 151 | 17 | 0 | 34 | 132 | 53 | 51 | 121 | 40 |
| Binary | 10010010 | 1101001 | 1111 | 0 | 11100 | 1011010 | 101011 | 101001 | 1010001 | 100000 |
Color Harmonies of #92690F
Complementary color
Monochromatic Colors of #92690F
Black with #92690F
Text Example
Text Example
White with #92690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92690F; }
p { color: rgb(146,105,15); }
H1.HeaderClassName
{
color: #92690F;
}
.AnyTagClassName
{
color: #92690F;
}
</style>
background-color css
<style>
a { background-color: #92690F; }
a { background-color: rgb(146,105,15); }
div.DivClassName
{
background-color: #92690F;
}
.BgClassName
{
background-color: #92690F;
}
</style>
border-color css
<style>
span { border-color: #92690F; }
span { border-color: rgb(146,105,15); }
td.TdClassName
{
border-color: #92690F;
}
.TagClassName
{
border-color: #92690F;
}
</style>