#9F6447

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

Shades of Sepia #9F6447

Tints of Sepia #9F6447

Color information

#9F6447 (or 0x9F6447) is unknown color: approx Sepia. HEX triplet: 9F, 64 and 47. RGB value is (159,100,71). Sum of RGB (Red+Green+Blue) = 159+100+71=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6447 is #609BB8. Grayscale: #727272. Windows color (decimal): -6331321 or 4678815. OLE color: 4678815.

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

Color convert

RGB15910071-
CMYK00.370.550.38
HSL19.77º38.26%45.1%-
HSV(B)19.77º55.35%62.35%-
XYZ19.9916.948.18-
YUV114.33103.55159.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.18%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=48.18%
G=30.30%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591007100.370.550.3819.7738.2645.1
Hex9F6447025372614262d
Octal2371441070456746244655
Binary1001111111001001000111010010111011110011010100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,100,71); }

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

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

 a { background-color: rgb(159,100,71); }

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

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

 span { border-color: rgb(159,100,71); }

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