#926016

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

Shades of Golden Brown #926016

Tints of Golden Brown #926016

Color information

#926016 (or 0x926016) is unknown color: approx Golden Brown. HEX triplet: 92, 60 and 16. RGB value is (146,96,22). Sum of RGB (Red+Green+Blue) = 146+96+22=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #926016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926016 is #6D9FE9. Grayscale: #666666. Windows color (decimal): -7184362 or 1466514. OLE color: 1466514.

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

Color convert

RGB1469622-
CMYK00.340.850.43
HSL35.81º73.81%32.94%-
HSV(B)35.81º84.93%57.25%-
XYZ16.1814.532.71-
YUV102.5182.56159.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.30%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=55.30%
G=36.36%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146962200.340.850.4335.8173.8132.94
Hex926016022552B244a21
Octal22214026042125534411241
Binary10010010110000010110010001010101011010111001001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926016; }

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

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

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

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

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

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

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

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