#926500

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

Shades of Golden Brown #926500

Tints of Golden Brown #926500

Color information

#926500 (or 0x926500) is unknown color: approx Golden Brown. HEX triplet: 92, 65 and 00. RGB value is (146,101,0). Sum of RGB (Red+Green+Blue) = 146+101+0=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #926500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926500 is #6D9AFF. Grayscale: #676767. Windows color (decimal): -7183104 or 26002. OLE color: 26002.

HSL color Cylindrical-coordinate representation of color #926500: hue angle of 41.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #926500 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB1461010-
CMYK00.3110.43
HSL41.51º100%28.63%-
HSV(B)41.51º100%57.25%-
XYZ16.5115.422.11-
YUV102.9469.91158.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.11%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.11%
G=40.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146101000.3110.4341.5110028.63
Hex9265001F642B2a641d
Octal2221450037144535214435
Binary10010010110010100111111100100101011101010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926500; }

 p { color: rgb(146,101,0); }

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

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

 a { background-color: rgb(146,101,0); }

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

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

 span { border-color: rgb(146,101,0); }

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