#965945

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

Shades of Sepia #965945

Tints of Sepia #965945

Color information

#965945 (or 0x965945) is unknown color: approx Sepia. HEX triplet: 96, 59 and 45. RGB value is (150,89,69). Sum of RGB (Red+Green+Blue) = 150+89+69=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #965945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965945 is #69A6BA. Grayscale: #696969. Windows color (decimal): -6923963 or 4544918. OLE color: 4544918.

HSL color Cylindrical-coordinate representation of color #965945: hue angle of 14.81º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #965945 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB1508969-
CMYK00.410.540.41
HSL14.81º36.99%42.94%-
HSV(B)14.81º54%58.82%-
XYZ17.2214.067.44-
YUV104.96107.71160.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=48.70%
G=28.90%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150896900.410.540.4114.8136.9942.94
Hex9659450293629f252b
Octal2261311050516651174553
Binary100101101011001100010101010011101101010011111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965945; }

 p { color: rgb(150,89,69); }

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

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

 a { background-color: rgb(150,89,69); }

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

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

 span { border-color: rgb(150,89,69); }

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