#926314

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

Shades of Golden Brown #926314

Tints of Golden Brown #926314

Color information

#926314 (or 0x926314) is unknown color: approx Golden Brown. HEX triplet: 92, 63 and 14. RGB value is (146,99,20). Sum of RGB (Red+Green+Blue) = 146+99+20=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #926314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926314 is #6D9CEB. Grayscale: #686868. Windows color (decimal): -7183596 or 1336210. OLE color: 1336210.

HSL color Cylindrical-coordinate representation of color #926314: hue angle of 37.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #926314 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1469920-
CMYK00.320.860.43
HSL37.62º75.9%32.55%-
HSV(B)37.62º86.3%57.25%-
XYZ16.4415.092.71-
YUV104.0580.57157.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.09%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=55.09%
G=37.36%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146992000.320.860.4337.6275.932.55
Hex926314020562B264c21
Octal22214324040126534611441
Binary10010010110001110100010000010101101010111001101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926314; }

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

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

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

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

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

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

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

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