#995646

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

Shades of Sepia #995646

Tints of Sepia #995646

Color information

#995646 (or 0x995646) is unknown color: approx Sepia. HEX triplet: 99, 56 and 46. RGB value is (153,86,70). Sum of RGB (Red+Green+Blue) = 153+86+70=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #995646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995646 is #66A9B9. Grayscale: #686868. Windows color (decimal): -6728122 or 4609689. OLE color: 4609689.

HSL color Cylindrical-coordinate representation of color #995646: hue angle of 11.57º 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 #995646 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1538670-
CMYK00.440.540.4
HSL11.57º37.22%43.73%-
HSV(B)11.57º54.25%60%-
XYZ17.5713.877.55-
YUV104.21108.7162.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.51%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=49.51%
G=27.83%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153867000.440.540.411.5737.2243.73
Hex99564602C3628c252c
Octal2311261060546650144554
Binary100110011010110100011001011001101101010001100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995646; }

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

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

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

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

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

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

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

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