#995E3F

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

Shades of Sepia #995E3F

Tints of Sepia #995E3F

Color information

#995E3F (or 0x995E3F) is unknown color: approx Sepia. HEX triplet: 99, 5E and 3F. RGB value is (153,94,63). Sum of RGB (Red+Green+Blue) = 153+94+63=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #995E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995E3F is #66A1C0. Grayscale: #6C6C6C. Windows color (decimal): -6726081 or 4152985. OLE color: 4152985.

HSL color Cylindrical-coordinate representation of color #995E3F: hue angle of 20.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #995E3F is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB1539463-
CMYK00.390.590.4
HSL20.67º41.67%42.35%-
HSV(B)20.67º58.82%60%-
XYZ18.0415.146.67-
YUV108.11102.55160.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 63 (25% from 255) = 20.32%
R=49.35%
G=30.32%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153946300.390.590.420.6741.6742.35
Hex995E3F0273B28152a2a
Octal231136770477350255252
Binary100110011011110111111010011111101110100010101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,94,63); }

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

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

 a { background-color: rgb(153,94,63); }

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

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

 span { border-color: rgb(153,94,63); }

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