#9f5642

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

Shades of Sepia #9F5642

Tints of Sepia #9F5642

Color information

#9F5642 (or 0x9F5642) is unknown color: approx Sepia. HEX triplet: 9F, 56 and 42. RGB value is (159,86,66). Sum of RGB (Red+Green+Blue) = 159+86+66=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5642 is #60A9BD. Grayscale: #696969. Windows color (decimal): -6334910 or 4347551. OLE color: 4347551.

HSL color Cylindrical-coordinate representation of color #9F5642: hue angle of 12.9º 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 #9F5642 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1598666-
CMYK00.460.580.38
HSL12.9º41.33%44.12%-
HSV(B)12.9º58.49%62.35%-
XYZ18.6114.426.96-
YUV105.55105.68166.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.13%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=51.13%
G=27.65%
B=21.22%

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
Decimal159866600.460.580.3812.941.3344.12
Hex9F564202E3A26d292c
Octal2371261020567246155154
Binary100111111010110100001001011101110101001101101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f5642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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