#926914

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

Shades of Golden Brown #926914

Tints of Golden Brown #926914

Color information

#926914 (or 0x926914) is unknown color: approx Golden Brown. HEX triplet: 92, 69 and 14. RGB value is (146,105,20). Sum of RGB (Red+Green+Blue) = 146+105+20=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #926914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926914 is #6D96EB. Grayscale: #6B6B6B. Windows color (decimal): -7182060 or 1337746. OLE color: 1337746.

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

Color convert

RGB14610520-
CMYK00.280.860.43
HSL40.48º75.9%32.55%-
HSV(B)40.48º86.3%57.25%-
XYZ17.0316.262.9-
YUV107.5778.58155.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.87%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=53.87%
G=38.75%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461052000.280.860.4340.4875.932.55
Hex92691401C562B284c21
Octal22215124034126535011441
Binary1001001011010011010001110010101101010111010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926914; }

 p { color: rgb(146,105,20); }

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

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

 a { background-color: rgb(146,105,20); }

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

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

 span { border-color: rgb(146,105,20); }

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