Shades of Golden Brown #926A07
Tints of Golden Brown #926A07
RGB
CMYK
RGB Variations
Color information
#926A07 (or 0x926A07) is known color: Golden Brown. HEX triplet: 92, 6A and 07. RGB value is (146,106,7). Sum of RGB (Red+Green+Blue) = 146+106+7=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #926A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926A07 is #6D95F8. Grayscale: #6B6B6B. Windows color (decimal): -7181817 or 486034. OLE color: 486034.
HSL color Cylindrical-coordinate representation of color #926A07: hue angle of 42.73º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #926A07 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 106 | 7 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.43 |
| HSL | 42.73º | 0.91% | 0.3% | - |
| HSV(B) | 42.73º | 0.95% | 0.57% | - |
| XYZ | 17.05 | 16.43 | 2.47 | - |
| YUV | 106.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 7 | 0 | 0.27 | 0.95 | 0.43 | 42.73 | 0.91 | 0.3 |
| Hex | 92 | 6A | 7 | 0 | 1B | 5F | 2B | 2B | 5B | 1E |
| Octal | 222 | 152 | 7 | 0 | 33 | 137 | 53 | 53 | 133 | 36 |
| Binary | 10010010 | 1101010 | 111 | 0 | 11011 | 1011111 | 101011 | 101011 | 1011011 | 11110 |
Color Harmonies of #926A07
Complementary color
Monochromatic Colors of #926A07
Black with #926A07
Text Example
Text Example
White with #926A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926A07; }
p { color: rgb(146,106,7); }
H1.HeaderClassName
{
color: #926A07;
}
.AnyTagClassName
{
color: #926A07;
}
</style>
background-color css
<style>
a { background-color: #926A07; }
a { background-color: rgb(146,106,7); }
div.DivClassName
{
background-color: #926A07;
}
.BgClassName
{
background-color: #926A07;
}
</style>
border-color css
<style>
span { border-color: #926A07; }
span { border-color: rgb(146,106,7); }
td.TdClassName
{
border-color: #926A07;
}
.TagClassName
{
border-color: #926A07;
}
</style>