#926005

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

Shades of Golden Brown #926005

Tints of Golden Brown #926005

Color information

#926005 (or 0x926005) is unknown color: approx Golden Brown. HEX triplet: 92, 60 and 05. RGB value is (146,96,5). Sum of RGB (Red+Green+Blue) = 146+96+5=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #926005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926005 is #6D9FFA. Grayscale: #646464. Windows color (decimal): -7184379 or 352402. OLE color: 352402.

HSL color Cylindrical-coordinate representation of color #926005: hue angle of 38.72º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #926005 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB146965-
CMYK00.340.970.43
HSL38.72º93.38%29.61%-
HSV(B)38.72º96.58%57.25%-
XYZ16.0614.492.09-
YUV100.5874.06160.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.11%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=59.11%
G=38.87%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14696500.340.970.4338.7293.3829.61
Hex92605022612B275d1e
Octal2221405042141534713536
Binary10010010110000010101000101100001101011100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926005; }

 p { color: rgb(146,96,5); }

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

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

 a { background-color: rgb(146,96,5); }

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

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

 span { border-color: rgb(146,96,5); }

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