Shades of Golden Brown #92681B
Tints of Golden Brown #92681B
RGB
CMYK
RGB Variations
Color information
#92681B (or 0x92681B) is known color: Golden Brown. HEX triplet: 92, 68 and 1B. RGB value is (146,104,27). Sum of RGB (Red+Green+Blue) = 146+104+27=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #92681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92681B is #6D97E4. Grayscale: #6C6C6C. Windows color (decimal): -7182309 or 1796242. OLE color: 1796242.
HSL color Cylindrical-coordinate representation of color #92681B: hue angle of 38.82º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92681B is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 27 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.43 |
| HSL | 38.82º | 0.69% | 0.34% | - |
| HSV(B) | 38.82º | 0.82% | 0.57% | - |
| XYZ | 17 | 16.09 | 3.25 | - |
| YUV | 107.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 27 | 0 | 0.29 | 0.82 | 0.43 | 38.82 | 0.69 | 0.34 |
| Hex | 92 | 68 | 1B | 0 | 1D | 52 | 2B | 27 | 45 | 22 |
| Octal | 222 | 150 | 33 | 0 | 35 | 122 | 53 | 47 | 105 | 42 |
| Binary | 10010010 | 1101000 | 11011 | 0 | 11101 | 1010010 | 101011 | 100111 | 1000101 | 100010 |
Color Harmonies of #92681B
Complementary color
Monochromatic Colors of #92681B
Black with #92681B
Text Example
Text Example
White with #92681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92681B; }
p { color: rgb(146,104,27); }
H1.HeaderClassName
{
color: #92681B;
}
.AnyTagClassName
{
color: #92681B;
}
</style>
background-color css
<style>
a { background-color: #92681B; }
a { background-color: rgb(146,104,27); }
div.DivClassName
{
background-color: #92681B;
}
.BgClassName
{
background-color: #92681B;
}
</style>
border-color css
<style>
span { border-color: #92681B; }
span { border-color: rgb(146,104,27); }
td.TdClassName
{
border-color: #92681B;
}
.TagClassName
{
border-color: #92681B;
}
</style>