#986950

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

Shades of Dark Tan #986950

Tints of Dark Tan #986950

Color information

#986950 (or 0x986950) is unknown color: approx Dark Tan. HEX triplet: 98, 69 and 50. RGB value is (152,105,80). Sum of RGB (Red+Green+Blue) = 152+105+80=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #986950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986950 is #6796AF. Grayscale: #747474. Windows color (decimal): -6788784 or 5269912. OLE color: 5269912.

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

Color convert

RGB15210580-
CMYK00.310.470.40
HSL20.83º31.03%45.49%-
HSV(B)20.83º47.37%59.61%-
XYZ19.4517.369.91-
YUV116.2107.57153.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=45.10%
G=31.16%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521058000.310.470.4020.8331.0345.49
Hex98695001F2F28151f2d
Octal2301511200375750253755
Binary10011000110100110100000111111011111010001010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986950; }

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

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

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

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

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

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

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

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