#996A1C

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

Shades of Golden Brown #996A1C

Tints of Golden Brown #996A1C

Color information

#996A1C (or 0x996A1C) is unknown color: approx Golden Brown. HEX triplet: 99, 6A and 1C. RGB value is (153,106,28). Sum of RGB (Red+Green+Blue) = 153+106+28=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #996A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A1C is #6695E3. Grayscale: #6F6F6F. Windows color (decimal): -6723044 or 1862297. OLE color: 1862297.

HSL color Cylindrical-coordinate representation of color #996A1C: hue angle of 37.44º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #996A1C is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB15310628-
CMYK00.310.820.4
HSL37.44º69.06%35.49%-
HSV(B)37.44º81.7%60%-
XYZ18.517.163.44-
YUV111.1681.07157.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 28 (11.33% from 255) = 9.76%
R=53.31%
G=36.93%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531062800.310.820.437.4469.0635.49
Hex996A1C01F5228254523
Octal23115234037122504510543
Binary1001100111010101110001111110100101010001001011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,106,28); }

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

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

 a { background-color: rgb(153,106,28); }

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

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

 span { border-color: rgb(153,106,28); }

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