#926600

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

Shades of Golden Brown #926600

Tints of Golden Brown #926600

Color information

#926600 (or 0x926600) is unknown color: approx Golden Brown. HEX triplet: 92, 66 and 00. RGB value is (146,102,0). Sum of RGB (Red+Green+Blue) = 146+102+0=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #926600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926600 is #6D99FF. Grayscale: #676767. Windows color (decimal): -7182848 or 26258. OLE color: 26258.

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

Color convert

RGB1461020-
CMYK00.3010.43
HSL41.92º100%28.63%-
HSV(B)41.92º100%57.25%-
XYZ16.6115.612.14-
YUV103.5369.58158.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.87%
G=41.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146102000.3010.4341.9210028.63
Hex9266001E642B2a641d
Octal2221460036144535214435
Binary10010010110011000111101100100101011101010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926600; }

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

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

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

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

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

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

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

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