#986148

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

Shades of Dark Tan #986148

Tints of Dark Tan #986148

Color information

#986148 (or 0x986148) is unknown color: approx Dark Tan. HEX triplet: 98, 61 and 48. RGB value is (152,97,72). Sum of RGB (Red+Green+Blue) = 152+97+72=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #986148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986148 is #679EB7. Grayscale: #6E6E6E. Windows color (decimal): -6790840 or 4743576. OLE color: 4743576.

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

Color convert

RGB1529772-
CMYK00.360.530.40
HSL18.75º35.71%43.92%-
HSV(B)18.75º52.63%59.61%-
XYZ18.3915.698.19-
YUV110.6106.22157.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 72 (28.52% from 255) = 22.43%
R=47.35%
G=30.22%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152977200.360.530.4018.7535.7143.92
Hex986148024352813242c
Octal2301411100446550234454
Binary1001100011000011001000010010011010110100010011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986148; }

 p { color: rgb(152,97,72); }

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

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

 a { background-color: rgb(152,97,72); }

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

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

 span { border-color: rgb(152,97,72); }

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