#916A14

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

Shades of Golden Brown #916A14

Tints of Golden Brown #916A14

Color information

#916A14 (or 0x916A14) is unknown color: approx Golden Brown. HEX triplet: 91, 6A and 14. RGB value is (145,106,20). Sum of RGB (Red+Green+Blue) = 145+106+20=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #916A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916A14 is #6E95EB. Grayscale: #6C6C6C. Windows color (decimal): -7247340 or 1338001. OLE color: 1338001.

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

Color convert

RGB14510620-
CMYK00.270.860.43
HSL41.28º75.76%32.35%-
HSV(B)41.28º86.21%56.86%-
XYZ16.9616.382.93-
YUV107.8678.42154.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.51%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 20 (8.20% from 255) = 7.38%
R=53.51%
G=39.11%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451062000.270.860.4341.2875.7632.35
Hex916A1401B562B294c20
Octal22115224033126535111440
Binary1001000111010101010001101110101101010111010011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916A14; }

 p { color: rgb(145,106,20); }

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

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

 a { background-color: rgb(145,106,20); }

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

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

 span { border-color: rgb(145,106,20); }

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