#965C43

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

Shades of Sepia #965C43

Tints of Sepia #965C43

Color information

#965C43 (or 0x965C43) is unknown color: approx Sepia. HEX triplet: 96, 5C and 43. RGB value is (150,92,67). Sum of RGB (Red+Green+Blue) = 150+92+67=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #965C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C43 is #69A3BC. Grayscale: #6A6A6A. Windows color (decimal): -6923197 or 4414614. OLE color: 4414614.

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

Color convert

RGB1509267-
CMYK00.390.550.41
HSL18.07º38.25%42.55%-
HSV(B)18.07º55.33%58.82%-
XYZ17.4214.547.2-
YUV106.49105.72159.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=48.54%
G=29.77%
B=21.68%

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
Decimal150926700.390.550.4118.0738.2542.55
Hex965C43027372912262b
Octal2261341030476751224653
Binary1001011010111001000011010011111011110100110010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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