#98694B

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

Shades of Dark Tan #98694B

Tints of Dark Tan #98694B

Color information

#98694B (or 0x98694B) is unknown color: approx Dark Tan. HEX triplet: 98, 69 and 4B. RGB value is (152,105,75). Sum of RGB (Red+Green+Blue) = 152+105+75=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98694B is #6796B4. Grayscale: #737373. Windows color (decimal): -6788789 or 4942232. OLE color: 4942232.

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

Color convert

RGB15210575-
CMYK00.310.510.40
HSL23.38º33.92%44.51%-
HSV(B)23.38º50.66%59.61%-
XYZ19.2717.298.98-
YUV115.63105.07153.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=45.78%
G=31.63%
B=22.59%

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
Decimal1521057500.310.510.4023.3833.9244.51
Hex98694B01F332817222d
Octal2301511130376350274255
Binary100110001101001100101101111111001110100010111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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