#9F6041

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

Shades of Sepia #9F6041

Tints of Sepia #9F6041

Color information

#9F6041 (or 0x9F6041) is unknown color: approx Sepia. HEX triplet: 9F, 60 and 41. RGB value is (159,96,65). Sum of RGB (Red+Green+Blue) = 159+96+65=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6041 is #609FBE. Grayscale: #6F6F6F. Windows color (decimal): -6332351 or 4284575. OLE color: 4284575.

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

Color convert

RGB1599665-
CMYK00.400.590.38
HSL19.79º41.96%43.92%-
HSV(B)19.79º59.12%62.35%-
XYZ19.4416.127.09-
YUV111.3101.87162.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.69%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=49.69%
G=30%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159966500.400.590.3819.7941.9643.92
Hex9F60410283B26142a2c
Octal2371401010507346245254
Binary1001111111000001000001010100011101110011010100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,96,65); }

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

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

 a { background-color: rgb(159,96,65); }

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

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

 span { border-color: rgb(159,96,65); }

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