#98674B

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

Shades of Dark Tan #98674B

Tints of Dark Tan #98674B

Color information

#98674B (or 0x98674B) is unknown color: approx Dark Tan. HEX triplet: 98, 67 and 4B. RGB value is (152,103,75). Sum of RGB (Red+Green+Blue) = 152+103+75=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98674B is #6798B4. Grayscale: #727272. Windows color (decimal): -6789301 or 4941720. OLE color: 4941720.

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

Color convert

RGB15210375-
CMYK00.320.510.40
HSL21.82º33.92%44.51%-
HSV(B)21.82º50.66%59.61%-
XYZ19.0716.888.91-
YUV114.46105.73154.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=46.06%
G=31.21%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521037500.320.510.4021.8233.9244.51
Hex98674B020332816222d
Octal2301471130406350264255
Binary1001100011001111001011010000011001110100010110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98674B; }

 p { color: rgb(152,103,75); }

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

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

 a { background-color: rgb(152,103,75); }

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

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

 span { border-color: rgb(152,103,75); }

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