#965944

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

Shades of Sepia #965944

Tints of Sepia #965944

Color information

#965944 (or 0x965944) is unknown color: approx Sepia. HEX triplet: 96, 59 and 44. RGB value is (150,89,68). Sum of RGB (Red+Green+Blue) = 150+89+68=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #965944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965944 is #69A6BB. Grayscale: #686868. Windows color (decimal): -6923964 or 4479382. OLE color: 4479382.

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

Color convert

RGB1508968-
CMYK00.410.550.41
HSL15.37º37.61%42.75%-
HSV(B)15.37º54.67%58.82%-
XYZ17.1914.057.27-
YUV104.84107.21160.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=48.86%
G=28.99%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150896800.410.550.4115.3737.6142.75
Hex9659440293729f262b
Octal2261311040516751174653
Binary100101101011001100010001010011101111010011111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965944; }

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

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

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

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

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

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

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

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