#926E07

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

Shades of Golden Brown #926E07

Tints of Golden Brown #926E07

Color information

#926E07 (or 0x926E07) is unknown color: approx Golden Brown. HEX triplet: 92, 6E and 07. RGB value is (146,110,7). Sum of RGB (Red+Green+Blue) = 146+110+7=263 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.51% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 146 - color contains mainly: red. Hex color #926E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926E07 is #6D91F8. Grayscale: #6D6D6D. Windows color (decimal): -7180793 or 487058. OLE color: 487058.

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

Color convert

RGB1461107-
CMYK00.250.950.43
HSL44.46º90.85%30%-
HSV(B)44.46º95.21%57.25%-
XYZ17.4717.282.62-
YUV109.0270.43154.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.51%
GREEN value IS 110 (43.36% from 255) = 41.83%
BLUE value IS 7 (3.12% from 255) = 2.66%
R=55.51%
G=41.83%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146110700.250.950.4344.4690.8530
Hex926E70195F2B2c5b1e
Octal2221567031137535413336
Binary1001001011011101110110011011111101011101100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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