#9F5946

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

Shades of Sepia #9F5946

Tints of Sepia #9F5946

Color information

#9F5946 (or 0x9F5946) is unknown color: approx Sepia. HEX triplet: 9F, 59 and 46. RGB value is (159,89,70). Sum of RGB (Red+Green+Blue) = 159+89+70=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5946 is #60A6B9. Grayscale: #6B6B6B. Windows color (decimal): -6334138 or 4610463. OLE color: 4610463.

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

Color convert

RGB1598970-
CMYK00.440.560.38
HSL12.81º38.86%44.9%-
HSV(B)12.81º55.97%62.35%-
XYZ18.9814.967.68-
YUV107.76106.69164.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 70 (27.73% from 255) = 22.01%
R=50%
G=27.99%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159897000.440.560.3812.8138.8644.9
Hex9F594602C3826d272d
Octal2371311060547046154755
Binary100111111011001100011001011001110001001101101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,89,70); }

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

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

 a { background-color: rgb(159,89,70); }

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

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

 span { border-color: rgb(159,89,70); }

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