#996754

Color #996754 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #996754

Tints of Dark Tan #996754

Color information

#996754 (or 0x996754) is unknown color: approx Dark Tan. HEX triplet: 99, 67 and 54. RGB value is (153,103,84). Sum of RGB (Red+Green+Blue) = 153+103+84=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996754 is #6698AB. Grayscale: #737373. Windows color (decimal): -6723756 or 5531545. OLE color: 5531545.

HSL color Cylindrical-coordinate representation of color #996754: hue angle of 16.52º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #996754 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB15310384-
CMYK00.330.450.4
HSL16.52º29.11%46.47%-
HSV(B)16.52º45.1%60%-
XYZ19.5917.1110.66-
YUV115.78110.06154.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 84 (33.20% from 255) = 24.71%
R=45%
G=30.29%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531038400.330.450.416.5229.1146.47
Hex9967540212D28111d2e
Octal2311471240415550213556
Binary100110011100111101010001000011011011010001000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996754; }

 p { color: rgb(153,103,84); }

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

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

 a { background-color: rgb(153,103,84); }

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

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

 span { border-color: rgb(153,103,84); }

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