#986242

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

Shades of Sepia #986242

Tints of Sepia #986242

Color information

#986242 (or 0x986242) is unknown color: approx Sepia. HEX triplet: 98, 62 and 42. RGB value is (152,98,66). Sum of RGB (Red+Green+Blue) = 152+98+66=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #986242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986242 is #679DBD. Grayscale: #6E6E6E. Windows color (decimal): -6790590 or 4350616. OLE color: 4350616.

HSL color Cylindrical-coordinate representation of color #986242: hue angle of 22.33º degrees, saturation: 0.39, 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 #986242 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1529866-
CMYK00.360.570.40
HSL22.33º39.45%42.75%-
HSV(B)22.33º56.58%59.61%-
XYZ18.315.87.24-
YUV110.5102.89157.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=48.10%
G=31.01%
B=20.89%

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
Decimal152986600.360.570.4022.3339.4542.75
Hex986242024392816272b
Octal2301421020447150264753
Binary1001100011000101000010010010011100110100010110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986242; }

 p { color: rgb(152,98,66); }

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

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

 a { background-color: rgb(152,98,66); }

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

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

 span { border-color: rgb(152,98,66); }

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