#926011

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

Shades of Golden Brown #926011

Tints of Golden Brown #926011

Color information

#926011 (or 0x926011) is unknown color: approx Golden Brown. HEX triplet: 92, 60 and 11. RGB value is (146,96,17). Sum of RGB (Red+Green+Blue) = 146+96+17=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #926011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926011 is #6D9FEE. Grayscale: #666666. Windows color (decimal): -7184367 or 1138834. OLE color: 1138834.

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

Color convert

RGB1469617-
CMYK00.340.880.43
HSL36.74º79.14%31.96%-
HSV(B)36.74º88.36%57.25%-
XYZ16.1414.522.48-
YUV101.9480.06159.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.37%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 17 (7.03% from 255) = 6.56%
R=56.37%
G=37.07%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146961700.340.880.4336.7479.1431.96
Hex926011022582B254f20
Octal22214021042130534511740
Binary10010010110000010001010001010110001010111001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926011; }

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

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

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

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

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

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

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

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