#926E06

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

Shades of Golden Brown #926E06

Tints of Golden Brown #926E06

Color information

#926E06 (or 0x926E06) is unknown color: approx Golden Brown. HEX triplet: 92, 6E and 06. RGB value is (146,110,6). Sum of RGB (Red+Green+Blue) = 146+110+6=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #926E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926E06 is #6D91F9. Grayscale: #6D6D6D. Windows color (decimal): -7180794 or 421522. OLE color: 421522.

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

Color convert

RGB1461106-
CMYK00.250.960.43
HSL44.57º92.11%29.8%-
HSV(B)44.57º95.89%57.25%-
XYZ17.4617.282.59-
YUV108.9169.93154.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.73%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 6 (2.73% from 255) = 2.29%
R=55.73%
G=41.98%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146110600.250.960.4344.5792.1129.8
Hex926E6019602B2d5c1e
Octal2221566031140535513436
Binary1001001011011101100110011100000101011101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,110,6); }

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

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

 a { background-color: rgb(146,110,6); }

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

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

 span { border-color: rgb(146,110,6); }

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