Shades of Golden Brown #926B19
Tints of Golden Brown #926B19
RGB
CMYK
RGB Variations
Color information
#926B19 (or 0x926B19) is known color: Golden Brown. HEX triplet: 92, 6B and 19. RGB value is (146,107,25). Sum of RGB (Red+Green+Blue) = 146+107+25=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #926B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926B19 is #6D94E6. Grayscale: #6D6D6D. Windows color (decimal): -7181543 or 1665938. OLE color: 1665938.
HSL color Cylindrical-coordinate representation of color #926B19: hue angle of 40.66º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #926B19 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 107 | 25 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.43 |
| HSL | 40.66º | 0.71% | 0.34% | - |
| HSV(B) | 40.66º | 0.83% | 0.57% | - |
| XYZ | 17.29 | 16.7 | 3.23 | - |
| YUV | 109.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 25 | 0 | 0.27 | 0.83 | 0.43 | 40.66 | 0.71 | 0.34 |
| Hex | 92 | 6B | 19 | 0 | 1B | 53 | 2B | 29 | 47 | 22 |
| Octal | 222 | 153 | 31 | 0 | 33 | 123 | 53 | 51 | 107 | 42 |
| Binary | 10010010 | 1101011 | 11001 | 0 | 11011 | 1010011 | 101011 | 101001 | 1000111 | 100010 |
Color Harmonies of #926B19
Complementary color
Monochromatic Colors of #926B19
Black with #926B19
Text Example
Text Example
White with #926B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926B19; }
p { color: rgb(146,107,25); }
H1.HeaderClassName
{
color: #926B19;
}
.AnyTagClassName
{
color: #926B19;
}
</style>
background-color css
<style>
a { background-color: #926B19; }
a { background-color: rgb(146,107,25); }
div.DivClassName
{
background-color: #926B19;
}
.BgClassName
{
background-color: #926B19;
}
</style>
border-color css
<style>
span { border-color: #926B19; }
span { border-color: rgb(146,107,25); }
td.TdClassName
{
border-color: #926B19;
}
.TagClassName
{
border-color: #926B19;
}
</style>