#986351

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

Shades of Dark Tan #986351

Tints of Dark Tan #986351

Color information

#986351 (or 0x986351) is unknown color: approx Dark Tan. HEX triplet: 98, 63 and 51. RGB value is (152,99,81). Sum of RGB (Red+Green+Blue) = 152+99+81=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #986351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986351 is #679CAE. Grayscale: #707070. Windows color (decimal): -6790319 or 5333912. OLE color: 5333912.

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

Color convert

RGB1529981-
CMYK00.350.470.40
HSL15.21º30.47%45.69%-
HSV(B)15.21º46.71%59.61%-
XYZ18.916.199.91-
YUV112.8110.06155.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=45.78%
G=29.82%
B=24.40%

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
Decimal152998100.350.470.4015.2130.4745.69
Hex9863510232F28f1e2e
Octal2301431210435750173656
Binary10011000110001110100010100011101111101000111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986351; }

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

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

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

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

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

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

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

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