#965C47

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

Shades of Sepia #965C47

Tints of Sepia #965C47

Color information

#965C47 (or 0x965C47) is unknown color: approx Sepia. HEX triplet: 96, 5C and 47. RGB value is (150,92,71). Sum of RGB (Red+Green+Blue) = 150+92+71=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #965C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C47 is #69A3B8. Grayscale: #6B6B6B. Windows color (decimal): -6923193 or 4676758. OLE color: 4676758.

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

Color convert

RGB1509271-
CMYK00.390.530.41
HSL15.95º35.75%43.33%-
HSV(B)15.95º52.67%58.82%-
XYZ17.5414.597.85-
YUV106.95107.72158.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 71 (28.12% from 255) = 22.68%
R=47.92%
G=29.39%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150927100.390.530.4115.9535.7543.33
Hex965C47027352910242b
Octal2261341070476551204453
Binary1001011010111001000111010011111010110100110000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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