#996751

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

Shades of Dark Tan #996751

Tints of Dark Tan #996751

Color information

#996751 (or 0x996751) is unknown color: approx Dark Tan. HEX triplet: 99, 67 and 51. RGB value is (153,103,81). Sum of RGB (Red+Green+Blue) = 153+103+81=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996751 is #6698AE. Grayscale: #737373. Windows color (decimal): -6723759 or 5334937. OLE color: 5334937.

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

Color convert

RGB15310381-
CMYK00.330.470.4
HSL18.33º30.77%45.88%-
HSV(B)18.33º47.06%60%-
XYZ19.4717.0710.05-
YUV115.44108.56154.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=45.40%
G=30.56%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531038100.330.470.418.3330.7745.88
Hex9967510212F28121f2e
Octal2311471210415750223756
Binary100110011100111101000101000011011111010001001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996751; }

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

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

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

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

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

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

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

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