#97664A

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

Shades of Dark Tan #97664A

Tints of Dark Tan #97664A

Color information

#97664A (or 0x97664A) is unknown color: approx Dark Tan. HEX triplet: 97, 66 and 4A. RGB value is (151,102,74). Sum of RGB (Red+Green+Blue) = 151+102+74=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #97664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97664A is #6899B5. Grayscale: #717171. Windows color (decimal): -6855094 or 4875927. OLE color: 4875927.

HSL color Cylindrical-coordinate representation of color #97664A: hue angle of 21.82º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97664A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15110274-
CMYK00.320.510.41
HSL21.82º34.22%44.12%-
HSV(B)21.82º50.99%59.22%-
XYZ18.7516.588.69-
YUV113.46105.73154.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=46.18%
G=31.19%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511027400.320.510.4121.8234.2244.12
Hex97664A020332916222c
Octal2271461120406351264254
Binary1001011111001101001010010000011001110100110110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97664A; }

 p { color: rgb(151,102,74); }

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

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

 a { background-color: rgb(151,102,74); }

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

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

 span { border-color: rgb(151,102,74); }

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