#916900

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

Shades of Golden Brown #916900

Tints of Golden Brown #916900

Color information

#916900 (or 0x916900) is unknown color: approx Golden Brown. HEX triplet: 91, 69 and 00. RGB value is (145,105,0). Sum of RGB (Red+Green+Blue) = 145+105+0=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #916900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916900 is #6E96FF. Grayscale: #696969. Windows color (decimal): -7247616 or 27025. OLE color: 27025.

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

Color convert

RGB1451050-
CMYK00.2810.43
HSL43.45º100%28.43%-
HSV(B)43.45º100%56.86%-
XYZ16.7316.122.23-
YUV104.9968.75156.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 0 (0.39% from 255) = 0%
R=58%
G=42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145105000.2810.4343.4510028.43
Hex9169001C642B2b641c
Octal2211510034144535314434
Binary10010001110100100111001100100101011101011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916900; }

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

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

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

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

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

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

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

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