#915900

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

Shades of Golden Brown #915900

Tints of Golden Brown #915900

Color information

#915900 (or 0x915900) is unknown color: approx Golden Brown. HEX triplet: 91, 59 and 00. RGB value is (145,89,0). Sum of RGB (Red+Green+Blue) = 145+89+0=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #915900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915900 is #6EA6FF. Grayscale: #606060. Windows color (decimal): -7251712 or 22929. OLE color: 22929.

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

Color convert

RGB145890-
CMYK00.3910.43
HSL36.83º100%28.43%-
HSV(B)36.83º100%56.86%-
XYZ15.2513.161.74-
YUV95.674.05163.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 61.97%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.97%
G=38.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14589000.3910.4336.8310028.43
Hex91590027642B25641c
Octal2211310047144534514434
Binary100100011011001001001111100100101011100101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915900; }

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

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

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

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

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

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

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

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