#916400

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

Shades of Golden Brown #916400

Tints of Golden Brown #916400

Color information

#916400 (or 0x916400) is unknown color: approx Golden Brown. HEX triplet: 91, 64 and 00. RGB value is (145,100,0). Sum of RGB (Red+Green+Blue) = 145+100+0=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #916400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916400 is #6E9BFF. Grayscale: #666666. Windows color (decimal): -7248896 or 25745. OLE color: 25745.

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

Color convert

RGB1451000-
CMYK00.3110.43
HSL41.38º100%28.43%-
HSV(B)41.38º100%56.86%-
XYZ16.2315.132.07-
YUV102.0670.41158.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.18%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.18%
G=40.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145100000.3110.4341.3810028.43
Hex9164001F642B29641c
Octal2211440037144535114434
Binary10010001110010000111111100100101011101001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916400; }

 p { color: rgb(145,100,0); }

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

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

 a { background-color: rgb(145,100,0); }

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

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

 span { border-color: rgb(145,100,0); }

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