Shades of Golden Brown #92600C
Tints of Golden Brown #92600C
RGB
CMYK
RGB Variations
Color information
#92600C (or 0x92600C) is known color: Golden Brown. HEX triplet: 92, 60 and 0C. RGB value is (146,96,12). Sum of RGB (Red+Green+Blue) = 146+96+12=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #92600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92600C is #6D9FF3. Grayscale: #656565. Windows color (decimal): -7184372 or 811154. OLE color: 811154.
HSL color Cylindrical-coordinate representation of color #92600C: hue angle of 37.61º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92600C is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 96 | 12 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.43 |
| HSL | 37.61º | 0.85% | 0.31% | - |
| HSV(B) | 37.61º | 0.92% | 0.57% | - |
| XYZ | 16.1 | 14.5 | 2.3 | - |
| YUV | 101.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 12 | 0 | 0.34 | 0.92 | 0.43 | 37.61 | 0.85 | 0.31 |
| Hex | 92 | 60 | C | 0 | 22 | 5C | 2B | 26 | 55 | 1F |
| Octal | 222 | 140 | 14 | 0 | 42 | 134 | 53 | 46 | 125 | 37 |
| Binary | 10010010 | 1100000 | 1100 | 0 | 100010 | 1011100 | 101011 | 100110 | 1010101 | 11111 |
Color Harmonies of #92600C
Complementary color
Monochromatic Colors of #92600C
Black with #92600C
Text Example
Text Example
White with #92600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92600C; }
p { color: rgb(146,96,12); }
H1.HeaderClassName
{
color: #92600C;
}
.AnyTagClassName
{
color: #92600C;
}
</style>
background-color css
<style>
a { background-color: #92600C; }
a { background-color: rgb(146,96,12); }
div.DivClassName
{
background-color: #92600C;
}
.BgClassName
{
background-color: #92600C;
}
</style>
border-color css
<style>
span { border-color: #92600C; }
span { border-color: rgb(146,96,12); }
td.TdClassName
{
border-color: #92600C;
}
.TagClassName
{
border-color: #92600C;
}
</style>