#996216

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

Shades of Golden Brown #996216

Tints of Golden Brown #996216

Color information

#996216 (or 0x996216) is unknown color: approx Golden Brown. HEX triplet: 99, 62 and 16. RGB value is (153,98,22). Sum of RGB (Red+Green+Blue) = 153+98+22=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #996216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996216 is #669DE9. Grayscale: #6A6A6A. Windows color (decimal): -6725098 or 1467033. OLE color: 1467033.

HSL color Cylindrical-coordinate representation of color #996216: hue angle of 34.81º degrees, saturation: 0.75, 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 #996216 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1539822-
CMYK00.360.860.4
HSL34.81º74.86%34.31%-
HSV(B)34.81º85.62%60%-
XYZ17.6515.572.83-
YUV105.7880.72161.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 22 (8.98% from 255) = 8.06%
R=56.04%
G=35.90%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153982200.360.860.434.8174.8634.31
Hex9962160245628234b22
Octal23114226044126504311342
Binary10011001110001010110010010010101101010001000111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996216; }

 p { color: rgb(153,98,22); }

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

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

 a { background-color: rgb(153,98,22); }

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

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

 span { border-color: rgb(153,98,22); }

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