#986042

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

Shades of Sepia #986042

Tints of Sepia #986042

Color information

#986042 (or 0x986042) is unknown color: approx Sepia. HEX triplet: 98, 60 and 42. RGB value is (152,96,66). Sum of RGB (Red+Green+Blue) = 152+96+66=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #986042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986042 is #679FBD. Grayscale: #6D6D6D. Windows color (decimal): -6791102 or 4350104. OLE color: 4350104.

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

Color convert

RGB1529666-
CMYK00.370.570.40
HSL20.93º39.45%42.75%-
HSV(B)20.93º56.58%59.61%-
XYZ18.1215.437.18-
YUV109.32103.55158.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=48.41%
G=30.57%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152966600.370.570.4020.9339.4542.75
Hex986042025392815272b
Octal2301401020457150254753
Binary1001100011000001000010010010111100110100010101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986042; }

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

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

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

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

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

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

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

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