#965C45

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

Shades of Sepia #965C45

Tints of Sepia #965C45

Color information

#965C45 (or 0x965C45) is unknown color: approx Sepia. HEX triplet: 96, 5C and 45. RGB value is (150,92,69). Sum of RGB (Red+Green+Blue) = 150+92+69=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #965C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C45 is #69A3BA. Grayscale: #6A6A6A. Windows color (decimal): -6923195 or 4545686. OLE color: 4545686.

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

Color convert

RGB1509269-
CMYK00.390.540.41
HSL17.04º36.99%42.94%-
HSV(B)17.04º54%58.82%-
XYZ17.4814.577.52-
YUV106.72106.72158.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 69 (27.34% from 255) = 22.19%
R=48.23%
G=29.58%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150926900.390.540.4117.0436.9942.94
Hex965C45027362911252b
Octal2261341050476651214553
Binary1001011010111001000101010011111011010100110001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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