#996113

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

Shades of Golden Brown #996113

Tints of Golden Brown #996113

Color information

#996113 (or 0x996113) is unknown color: approx Golden Brown. HEX triplet: 99, 61 and 13. RGB value is (153,97,19). Sum of RGB (Red+Green+Blue) = 153+97+19=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #996113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996113 is #669EEC. Grayscale: #696969. Windows color (decimal): -6725357 or 1270169. OLE color: 1270169.

HSL color Cylindrical-coordinate representation of color #996113: hue angle of 34.93º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #996113 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1539719-
CMYK00.370.880.4
HSL34.93º77.91%33.73%-
HSV(B)34.93º87.58%60%-
XYZ17.5315.372.66-
YUV104.8579.55162.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.88%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 19 (7.81% from 255) = 7.06%
R=56.88%
G=36.06%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153971900.370.880.434.9377.9133.73
Hex9961130255828234e22
Octal23114123045130504311642
Binary10011001110000110011010010110110001010001000111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996113; }

 p { color: rgb(153,97,19); }

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

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

 a { background-color: rgb(153,97,19); }

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

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

 span { border-color: rgb(153,97,19); }

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