#915600

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

Shades of Golden Brown #915600

Tints of Golden Brown #915600

Color information

#915600 (or 0x915600) is unknown color: approx Golden Brown. HEX triplet: 91, 56 and 00. RGB value is (145,86,0). Sum of RGB (Red+Green+Blue) = 145+86+0=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #915600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915600 is #6EA9FF. Grayscale: #5E5E5E. Windows color (decimal): -7252480 or 22161. OLE color: 22161.

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

Color convert

RGB145860-
CMYK00.4110.43
HSL35.59º100%28.43%-
HSV(B)35.59º100%56.86%-
XYZ1512.681.66-
YUV93.8475.05164.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.77%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.77%
G=37.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14586000.4110.4335.5910028.43
Hex91560029642B24641c
Octal2211260051144534414434
Binary100100011010110001010011100100101011100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915600; }

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

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

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

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

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

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

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

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