#965B49

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

Shades of Sepia #965B49

Tints of Sepia #965B49

Color information

#965B49 (or 0x965B49) is unknown color: approx Sepia. HEX triplet: 96, 5B and 49. RGB value is (150,91,73). Sum of RGB (Red+Green+Blue) = 150+91+73=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #965B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965B49 is #69A4B6. Grayscale: #6A6A6A. Windows color (decimal): -6923447 or 4807574. OLE color: 4807574.

HSL color Cylindrical-coordinate representation of color #965B49: hue angle of 14.03º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965B49 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1509173-
CMYK00.390.510.41
HSL14.03º34.53%43.73%-
HSV(B)14.03º51.33%58.82%-
XYZ17.5214.458.17-
YUV106.59109.05158.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=47.77%
G=28.98%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150917300.390.510.4114.0334.5343.73
Hex965B490273329e232c
Octal2261331110476351164354
Binary100101101011011100100101001111100111010011110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965B49; }

 p { color: rgb(150,91,73); }

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

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

 a { background-color: rgb(150,91,73); }

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

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

 span { border-color: rgb(150,91,73); }

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