#926D11

Color #926D11 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #926D11

Tints of Golden Brown #926D11

Color information

#926D11 (or 0x926D11) is unknown color: approx Golden Brown. HEX triplet: 92, 6D and 11. RGB value is (146,109,17). Sum of RGB (Red+Green+Blue) = 146+109+17=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #926D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926D11 is #6D92EE. Grayscale: #6D6D6D. Windows color (decimal): -7181039 or 1142162. OLE color: 1142162.

HSL color Cylindrical-coordinate representation of color #926D11: hue angle of 42.79º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #926D11 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB14610917-
CMYK00.250.880.43
HSL42.79º79.14%31.96%-
HSV(B)42.79º88.36%57.25%-
XYZ17.4217.092.91-
YUV109.5875.76153.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 53.68%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 17 (7.03% from 255) = 6.25%
R=53.68%
G=40.07%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461091700.250.880.4342.7979.1431.96
Hex926D11019582B2b4f20
Octal22215521031130535311740
Binary1001001011011011000101100110110001010111010111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926D11; }

 p { color: rgb(146,109,17); }

 H1.HeaderClassName
 {
   color: #926D11;
 }
 .AnyTagClassName
 {
   color: #926D11;
 }
</style>
background-color css

<style>
 a { background-color: #926D11; }

 a { background-color: rgb(146,109,17); }

 div.DivClassName
 {
   background-color: #926D11;
 }
 .BgClassName
 {
   background-color: #926D11;
 }
</style>
border-color css

<style>
 span { border-color: #926D11; }

 span { border-color: rgb(146,109,17); }

 td.TdClassName
 {
   border-color: #926D11;
 }
 .TagClassName
 {
   border-color: #926D11;
 }
</style>