#965F48

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

Shades of Sepia #965F48

Tints of Sepia #965F48

Color information

#965F48 (or 0x965F48) is unknown color: approx Sepia. HEX triplet: 96, 5F and 48. RGB value is (150,95,72). Sum of RGB (Red+Green+Blue) = 150+95+72=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #965F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F48 is #69A0B7. Grayscale: #6C6C6C. Windows color (decimal): -6922424 or 4743062. OLE color: 4743062.

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

Color convert

RGB1509572-
CMYK00.370.520.41
HSL17.69º35.14%43.53%-
HSV(B)17.69º52%58.82%-
XYZ17.8415.148.11-
YUV108.82107.22157.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 72 (28.52% from 255) = 22.71%
R=47.32%
G=29.97%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150957200.370.520.4117.6935.1443.53
Hex965F48025342912232c
Octal2261371100456451224354
Binary1001011010111111001000010010111010010100110010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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