#926D05

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

Shades of Golden Brown #926D05

Tints of Golden Brown #926D05

Color information

#926D05 (or 0x926D05) is unknown color: approx Golden Brown. HEX triplet: 92, 6D and 05. RGB value is (146,109,5). Sum of RGB (Red+Green+Blue) = 146+109+5=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #926D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926D05 is #6D92FA. Grayscale: #6C6C6C. Windows color (decimal): -7181051 or 355730. OLE color: 355730.

HSL color Cylindrical-coordinate representation of color #926D05: hue angle of 44.26º 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 #926D05 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB1461095-
CMYK00.250.970.43
HSL44.26º93.38%29.61%-
HSV(B)44.26º96.58%57.25%-
XYZ17.3517.062.52-
YUV108.2169.76154.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.15%
GREEN value IS 109 (42.97% from 255) = 41.92%
BLUE value IS 5 (2.34% from 255) = 1.92%
R=56.15%
G=41.92%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146109500.250.970.4344.2693.3829.61
Hex926D5019612B2c5d1e
Octal2221555031141535413536
Binary1001001011011011010110011100001101011101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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