#996F0E

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

Shades of Golden Brown #996F0E

Tints of Golden Brown #996F0E

Color information

#996F0E (or 0x996F0E) is unknown color: approx Golden Brown. HEX triplet: 99, 6F and 0E. RGB value is (153,111,14). Sum of RGB (Red+Green+Blue) = 153+111+14=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #996F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F0E is #6690F1. Grayscale: #707070. Windows color (decimal): -6721778 or 946073. OLE color: 946073.

HSL color Cylindrical-coordinate representation of color #996F0E: hue angle of 41.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #996F0E is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB15311114-
CMYK00.270.910.4
HSL41.87º83.23%32.75%-
HSV(B)41.87º90.85%60%-
XYZ18.918.172.93-
YUV112.572.41156.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.04%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 14 (5.86% from 255) = 5.04%
R=55.04%
G=39.93%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531111400.270.910.441.8783.2332.75
Hex996FE01B5B282a5321
Octal23115716033133505212341
Binary100110011101111111001101110110111010001010101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996F0E; }

 p { color: rgb(153,111,14); }

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

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

 a { background-color: rgb(153,111,14); }

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

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

 span { border-color: rgb(153,111,14); }

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