#996911

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

Shades of Golden Brown #996911

Tints of Golden Brown #996911

Color information

#996911 (or 0x996911) is unknown color: approx Golden Brown. HEX triplet: 99, 69 and 11. RGB value is (153,105,17). Sum of RGB (Red+Green+Blue) = 153+105+17=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #996911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996911 is #6696EE. Grayscale: #6D6D6D. Windows color (decimal): -6723311 or 1141145. OLE color: 1141145.

HSL color Cylindrical-coordinate representation of color #996911: hue angle of 38.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #996911 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB15310517-
CMYK00.310.890.4
HSL38.82º80%33.33%-
HSV(B)38.82º88.89%60%-
XYZ18.2916.922.83-
YUV109.3275.9159.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 17 (7.03% from 255) = 6.18%
R=55.64%
G=38.18%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531051700.310.890.438.828033.33
Hex99691101F5928275021
Octal23115121037131504712041
Binary1001100111010011000101111110110011010001001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996911; }

 p { color: rgb(153,105,17); }

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

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

 a { background-color: rgb(153,105,17); }

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

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

 span { border-color: rgb(153,105,17); }

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