#9F5643

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

Shades of Sepia #9F5643

Tints of Sepia #9F5643

Color information

#9F5643 (or 0x9F5643) is unknown color: approx Sepia. HEX triplet: 9F, 56 and 43. RGB value is (159,86,67). Sum of RGB (Red+Green+Blue) = 159+86+67=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5643 is #60A9BC. Grayscale: #696969. Windows color (decimal): -6334909 or 4413087. OLE color: 4413087.

HSL color Cylindrical-coordinate representation of color #9F5643: hue angle of 12.39º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F5643 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1598667-
CMYK00.460.580.38
HSL12.39º40.71%44.31%-
HSV(B)12.39º57.86%62.35%-
XYZ18.6414.437.11-
YUV105.66106.18166.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=50.96%
G=27.56%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159866700.460.580.3812.3940.7144.31
Hex9F564302E3A26c292c
Octal2371261030567246145154
Binary100111111010110100001101011101110101001101100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5643; }

 p { color: rgb(159,86,67); }

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

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

 a { background-color: rgb(159,86,67); }

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

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

 span { border-color: rgb(159,86,67); }

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