#986350

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

Shades of Dark Tan #986350

Tints of Dark Tan #986350

Color information

#986350 (or 0x986350) is unknown color: approx Dark Tan. HEX triplet: 98, 63 and 50. RGB value is (152,99,80). Sum of RGB (Red+Green+Blue) = 152+99+80=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #986350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986350 is #679CAF. Grayscale: #707070. Windows color (decimal): -6790320 or 5268376. OLE color: 5268376.

HSL color Cylindrical-coordinate representation of color #986350: hue angle of 15.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 #986350 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1529980-
CMYK00.350.470.40
HSL15.83º31.03%45.49%-
HSV(B)15.83º47.37%59.61%-
XYZ18.8616.189.72-
YUV112.68109.56156.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=45.92%
G=29.91%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152998000.350.470.4015.8331.0345.49
Hex9863500232F28101f2d
Octal2301431200435750203755
Binary100110001100011101000001000111011111010001000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986350; }

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

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

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

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

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

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

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

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