Shades of Golden Brown #926A1D
Tints of Golden Brown #926A1D
RGB
CMYK
RGB Variations
Color information
#926A1D (or 0x926A1D) is known color: Golden Brown. HEX triplet: 92, 6A and 1D. RGB value is (146,106,29). Sum of RGB (Red+Green+Blue) = 146+106+29=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #926A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926A1D is #6D95E2. Grayscale: #6D6D6D. Windows color (decimal): -7181795 or 1927826. OLE color: 1927826.
HSL color Cylindrical-coordinate representation of color #926A1D: hue angle of 39.49º 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 #926A1D is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 106 | 29 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.43 |
| HSL | 39.49º | 0.67% | 0.34% | - |
| HSV(B) | 39.49º | 0.8% | 0.57% | - |
| XYZ | 17.23 | 16.51 | 3.44 | - |
| YUV | 109.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 29 | 0 | 0.27 | 0.80 | 0.43 | 39.49 | 0.67 | 0.34 |
| Hex | 92 | 6A | 1D | 0 | 1B | 50 | 2B | 27 | 43 | 22 |
| Octal | 222 | 152 | 35 | 0 | 33 | 120 | 53 | 47 | 103 | 42 |
| Binary | 10010010 | 1101010 | 11101 | 0 | 11011 | 1010000 | 101011 | 100111 | 1000011 | 100010 |
Color Harmonies of #926A1D
Complementary color
Monochromatic Colors of #926A1D
Black with #926A1D
Text Example
Text Example
White with #926A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926A1D; }
p { color: rgb(146,106,29); }
H1.HeaderClassName
{
color: #926A1D;
}
.AnyTagClassName
{
color: #926A1D;
}
</style>
background-color css
<style>
a { background-color: #926A1D; }
a { background-color: rgb(146,106,29); }
div.DivClassName
{
background-color: #926A1D;
}
.BgClassName
{
background-color: #926A1D;
}
</style>
border-color css
<style>
span { border-color: #926A1D; }
span { border-color: rgb(146,106,29); }
td.TdClassName
{
border-color: #926A1D;
}
.TagClassName
{
border-color: #926A1D;
}
</style>