#98694C

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

Shades of Dark Tan #98694C

Tints of Dark Tan #98694C

Color information

#98694C (or 0x98694C) is unknown color: approx Dark Tan. HEX triplet: 98, 69 and 4C. RGB value is (152,105,76). Sum of RGB (Red+Green+Blue) = 152+105+76=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98694C is #6796B3. Grayscale: #737373. Windows color (decimal): -6788788 or 5007768. OLE color: 5007768.

HSL color Cylindrical-coordinate representation of color #98694C: hue angle of 22.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98694C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB15210576-
CMYK00.310.500.40
HSL22.89º33.33%44.71%-
HSV(B)22.89º50%59.61%-
XYZ19.317.39.16-
YUV115.75105.57153.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=45.65%
G=31.53%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521057600.310.500.4022.8933.3344.71
Hex98694C01F322817212d
Octal2301511140376250274155
Binary100110001101001100110001111111001010100010111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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