#926216

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

Shades of Golden Brown #926216

Tints of Golden Brown #926216

Color information

#926216 (or 0x926216) is unknown color: approx Golden Brown. HEX triplet: 92, 62 and 16. RGB value is (146,98,22). Sum of RGB (Red+Green+Blue) = 146+98+22=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #926216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926216 is #6D9DE9. Grayscale: #686868. Windows color (decimal): -7183850 or 1467026. OLE color: 1467026.

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

Color convert

RGB1469822-
CMYK00.330.850.43
HSL36.77º73.81%32.94%-
HSV(B)36.77º84.93%57.25%-
XYZ16.3714.92.77-
YUV103.6981.9158.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.89%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 22 (8.98% from 255) = 8.27%
R=54.89%
G=36.84%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146982200.330.850.4336.7773.8132.94
Hex926216021552B254a21
Octal22214226041125534511241
Binary10010010110001010110010000110101011010111001011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926216; }

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

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

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

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

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

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

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

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