#965948

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

Shades of Sepia #965948

Tints of Sepia #965948

Color information

#965948 (or 0x965948) is unknown color: approx Sepia. HEX triplet: 96, 59 and 48. RGB value is (150,89,72). Sum of RGB (Red+Green+Blue) = 150+89+72=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #965948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965948 is #69A6B7. Grayscale: #696969. Windows color (decimal): -6923960 or 4741526. OLE color: 4741526.

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

Color convert

RGB1508972-
CMYK00.410.520.41
HSL13.08º35.14%43.53%-
HSV(B)13.08º52%58.82%-
XYZ17.3214.17.94-
YUV105.3109.21159.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=48.23%
G=28.62%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150897200.410.520.4113.0835.1443.53
Hex9659480293429d232c
Octal2261311100516451154354
Binary100101101011001100100001010011101001010011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965948; }

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

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

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

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

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

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

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

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