#965B48

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

Shades of Sepia #965B48

Tints of Sepia #965B48

Color information

#965B48 (or 0x965B48) is unknown color: approx Sepia. HEX triplet: 96, 5B and 48. RGB value is (150,91,72). Sum of RGB (Red+Green+Blue) = 150+91+72=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #965B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965B48 is #69A4B7. Grayscale: #6A6A6A. Windows color (decimal): -6923448 or 4742038. OLE color: 4742038.

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

Color convert

RGB1509172-
CMYK00.390.520.41
HSL14.62º35.14%43.53%-
HSV(B)14.62º52%58.82%-
XYZ17.4914.438-
YUV106.48108.55159.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=47.92%
G=29.07%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150917200.390.520.4114.6235.1443.53
Hex965B480273429f232c
Octal2261331100476451174354
Binary100101101011011100100001001111101001010011111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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