#926311

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

Shades of Golden Brown #926311

Tints of Golden Brown #926311

Color information

#926311 (or 0x926311) is unknown color: approx Golden Brown. HEX triplet: 92, 63 and 11. RGB value is (146,99,17). Sum of RGB (Red+Green+Blue) = 146+99+17=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #926311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926311 is #6D9CEE. Grayscale: #686868. Windows color (decimal): -7183599 or 1139602. OLE color: 1139602.

HSL color Cylindrical-coordinate representation of color #926311: hue angle of 38.14º 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 #926311 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1469917-
CMYK00.320.880.43
HSL38.14º79.14%31.96%-
HSV(B)38.14º88.36%57.25%-
XYZ16.4215.082.57-
YUV103.779.07158.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.73%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 17 (7.03% from 255) = 6.49%
R=55.73%
G=37.79%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146991700.320.880.4338.1479.1431.96
Hex926311020582B264f20
Octal22214321040130534611740
Binary10010010110001110001010000010110001010111001101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926311; }

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

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

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

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

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

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

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

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