#986141

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

Shades of Sepia #986141

Tints of Sepia #986141

Color information

#986141 (or 0x986141) is unknown color: approx Sepia. HEX triplet: 98, 61 and 41. RGB value is (152,97,65). Sum of RGB (Red+Green+Blue) = 152+97+65=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #986141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986141 is #679EBE. Grayscale: #6D6D6D. Windows color (decimal): -6790847 or 4284824. OLE color: 4284824.

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

Color convert

RGB1529765-
CMYK00.360.570.40
HSL22.07º40.09%42.55%-
HSV(B)22.07º57.24%59.61%-
XYZ18.1815.617.06-
YUV109.8102.72158.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=48.41%
G=30.89%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152976500.360.570.4022.0740.0942.55
Hex986141024392816282b
Octal2301411010447150265053
Binary1001100011000011000001010010011100110100010110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986141; }

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

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

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

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

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

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

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

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