#965B44

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

Shades of Sepia #965B44

Tints of Sepia #965B44

Color information

#965B44 (or 0x965B44) is unknown color: approx Sepia. HEX triplet: 96, 5B and 44. RGB value is (150,91,68). Sum of RGB (Red+Green+Blue) = 150+91+68=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #965B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965B44 is #69A4BB. Grayscale: #6A6A6A. Windows color (decimal): -6923452 or 4479894. OLE color: 4479894.

HSL color Cylindrical-coordinate representation of color #965B44: hue angle of 16.83º 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 #965B44 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB1509168-
CMYK00.390.550.41
HSL16.83º37.61%42.75%-
HSV(B)16.83º54.67%58.82%-
XYZ17.3614.387.33-
YUV106.02106.55159.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=48.54%
G=29.45%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150916800.390.550.4116.8337.6142.75
Hex965B44027372911262b
Octal2261331040476751214653
Binary1001011010110111000100010011111011110100110001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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