#995B3C

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

Shades of Sepia #995B3C

Tints of Sepia #995B3C

Color information

#995B3C (or 0x995B3C) is unknown color: approx Sepia. HEX triplet: 99, 5B and 3C. RGB value is (153,91,60). Sum of RGB (Red+Green+Blue) = 153+91+60=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #995B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B3C is #66A4C3. Grayscale: #6A6A6A. Windows color (decimal): -6726852 or 3955609. OLE color: 3955609.

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

Color convert

RGB1539160-
CMYK00.410.610.4
HSL20º43.66%41.76%-
HSV(B)20º60.78%60%-
XYZ17.6914.586.16-
YUV106102.04161.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=50.33%
G=29.93%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153916000.410.610.42043.6641.76
Hex995B3C0293D28142c2a
Octal231133740517550245452
Binary100110011011011111100010100111110110100010100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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