#98664A

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

Shades of Dark Tan #98664A

Tints of Dark Tan #98664A

Color information

#98664A (or 0x98664A) is unknown color: approx Dark Tan. HEX triplet: 98, 66 and 4A. RGB value is (152,102,74). Sum of RGB (Red+Green+Blue) = 152+102+74=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98664A is #6799B5. Grayscale: #717171. Windows color (decimal): -6789558 or 4875928. OLE color: 4875928.

HSL color Cylindrical-coordinate representation of color #98664A: hue angle of 21.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98664A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB15210274-
CMYK00.330.510.40
HSL21.54º34.51%44.31%-
HSV(B)21.54º51.32%59.61%-
XYZ18.9416.678.7-
YUV113.76105.56155.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=46.34%
G=31.10%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521027400.330.510.4021.5434.5144.31
Hex98664A021332816232c
Octal2301461120416350264354
Binary1001100011001101001010010000111001110100010110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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