#986143

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

Shades of Sepia #986143

Tints of Sepia #986143

Color information

#986143 (or 0x986143) is unknown color: approx Sepia. HEX triplet: 98, 61 and 43. RGB value is (152,97,67). Sum of RGB (Red+Green+Blue) = 152+97+67=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #986143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986143 is #679EBC. Grayscale: #6E6E6E. Windows color (decimal): -6790845 or 4415896. OLE color: 4415896.

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

Color convert

RGB1529767-
CMYK00.360.560.40
HSL21.18º38.81%42.94%-
HSV(B)21.18º55.92%59.61%-
XYZ18.2415.637.37-
YUV110.02103.72157.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 67 (26.56% from 255) = 21.20%
R=48.10%
G=30.70%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152976700.360.560.4021.1838.8142.94
Hex986143024382815272b
Octal2301411030447050254753
Binary1001100011000011000011010010011100010100010101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986143; }

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

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

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

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

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

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

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

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