#965947

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

Shades of Sepia #965947

Tints of Sepia #965947

Color information

#965947 (or 0x965947) is unknown color: approx Sepia. HEX triplet: 96, 59 and 47. RGB value is (150,89,71). Sum of RGB (Red+Green+Blue) = 150+89+71=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #965947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965947 is #69A6B8. Grayscale: #696969. Windows color (decimal): -6923961 or 4675990. OLE color: 4675990.

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

Color convert

RGB1508971-
CMYK00.410.530.41
HSL13.67º35.75%43.33%-
HSV(B)13.67º52.67%58.82%-
XYZ17.2914.087.77-
YUV105.19108.71159.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 71 (28.12% from 255) = 22.90%
R=48.39%
G=28.71%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150897100.410.530.4113.6735.7543.33
Hex9659470293529e242b
Octal2261311070516551164453
Binary100101101011001100011101010011101011010011110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965947; }

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

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

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

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

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

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

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

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