#926211

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

Shades of Golden Brown #926211

Tints of Golden Brown #926211

Color information

#926211 (or 0x926211) is unknown color: approx Golden Brown. HEX triplet: 92, 62 and 11. RGB value is (146,98,17). Sum of RGB (Red+Green+Blue) = 146+98+17=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #926211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926211 is #6D9DEE. Grayscale: #676767. Windows color (decimal): -7183855 or 1139346. OLE color: 1139346.

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

Color convert

RGB1469817-
CMYK00.330.880.43
HSL37.67º79.14%31.96%-
HSV(B)37.67º88.36%57.25%-
XYZ16.3214.892.54-
YUV103.1279.4158.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.94%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 17 (7.03% from 255) = 6.51%
R=55.94%
G=37.55%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146981700.330.880.4337.6779.1431.96
Hex926211021582B264f20
Octal22214221041130534611740
Binary10010010110001010001010000110110001010111001101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926211; }

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

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

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

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

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

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

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

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