#98694A

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

Shades of Dark Tan #98694A

Tints of Dark Tan #98694A

Color information

#98694A (or 0x98694A) is unknown color: approx Dark Tan. HEX triplet: 98, 69 and 4A. RGB value is (152,105,74). Sum of RGB (Red+Green+Blue) = 152+105+74=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98694A is #6796B5. Grayscale: #737373. Windows color (decimal): -6788790 or 4876696. OLE color: 4876696.

HSL color Cylindrical-coordinate representation of color #98694A: hue angle of 23.85º 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 #98694A is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB15210574-
CMYK00.310.510.40
HSL23.85º34.51%44.31%-
HSV(B)23.85º51.32%59.61%-
XYZ19.2417.278.8-
YUV115.52104.57154.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=45.92%
G=31.72%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521057400.310.510.4023.8534.5144.31
Hex98694A01F332818232c
Octal2301511120376350304354
Binary100110001101001100101001111111001110100011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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