#995B46

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

Shades of Sepia #995B46

Tints of Sepia #995B46

Color information

#995B46 (or 0x995B46) is unknown color: approx Sepia. HEX triplet: 99, 5B and 46. RGB value is (153,91,70). Sum of RGB (Red+Green+Blue) = 153+91+70=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #995B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B46 is #66A4B9. Grayscale: #6B6B6B. Windows color (decimal): -6726842 or 4610969. OLE color: 4610969.

HSL color Cylindrical-coordinate representation of color #995B46: hue angle of 15.18º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995B46 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1539170-
CMYK00.410.540.4
HSL15.18º37.22%43.73%-
HSV(B)15.18º54.25%60%-
XYZ17.9814.77.68-
YUV107.14107.04160.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=48.73%
G=28.98%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153917000.410.540.415.1837.2243.73
Hex995B460293628f252c
Octal2311331060516650174554
Binary100110011011011100011001010011101101010001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995B46; }

 p { color: rgb(153,91,70); }

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

<style>
 a { background-color: #995B46; }

 a { background-color: rgb(153,91,70); }

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

<style>
 span { border-color: #995B46; }

 span { border-color: rgb(153,91,70); }

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