#996515

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

Shades of Golden Brown #996515

Tints of Golden Brown #996515

Color information

#996515 (or 0x996515) is unknown color: approx Golden Brown. HEX triplet: 99, 65 and 15. RGB value is (153,101,21). Sum of RGB (Red+Green+Blue) = 153+101+21=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #996515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996515 is #669AEA. Grayscale: #6B6B6B. Windows color (decimal): -6724331 or 1402265. OLE color: 1402265.

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

Color convert

RGB15310121-
CMYK00.340.860.4
HSL36.36º75.86%34.12%-
HSV(B)36.36º86.27%60%-
XYZ17.9316.132.88-
YUV107.4379.23160.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=55.64%
G=36.73%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531012100.340.860.436.3675.8634.12
Hex9965150225628244c22
Octal23114525042126504411442
Binary10011001110010110101010001010101101010001001001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996515; }

 p { color: rgb(153,101,21); }

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

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

 a { background-color: rgb(153,101,21); }

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

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

 span { border-color: rgb(153,101,21); }

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