#916D13

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

Shades of Golden Brown #916D13

Tints of Golden Brown #916D13

Color information

#916D13 (or 0x916D13) is unknown color: approx Golden Brown. HEX triplet: 91, 6D and 13. RGB value is (145,109,19). Sum of RGB (Red+Green+Blue) = 145+109+19=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #916D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916D13 is #6E92EC. Grayscale: #6D6D6D. Windows color (decimal): -7246573 or 1273233. OLE color: 1273233.

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

Color convert

RGB14510919-
CMYK00.250.870.43
HSL42.86º76.83%32.16%-
HSV(B)42.86º86.9%56.86%-
XYZ17.26172.99-
YUV109.576.93153.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.11%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 19 (7.81% from 255) = 6.96%
R=53.11%
G=39.93%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451091900.250.870.4342.8676.8332.16
Hex916D13019572B2b4d20
Octal22115523031127535311540
Binary1001000111011011001101100110101111010111010111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,109,19); }

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

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

 a { background-color: rgb(145,109,19); }

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

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

 span { border-color: rgb(145,109,19); }

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