#965942

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

Shades of Sepia #965942

Tints of Sepia #965942

Color information

#965942 (or 0x965942) is unknown color: approx Sepia. HEX triplet: 96, 59 and 42. RGB value is (150,89,66). Sum of RGB (Red+Green+Blue) = 150+89+66=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #965942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965942 is #69A6BD. Grayscale: #686868. Windows color (decimal): -6923966 or 4348310. OLE color: 4348310.

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

Color convert

RGB1508966-
CMYK00.410.560.41
HSL16.43º38.89%42.35%-
HSV(B)16.43º56%58.82%-
XYZ17.1314.026.96-
YUV104.62106.21160.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=49.18%
G=29.18%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150896600.410.560.4116.4338.8942.35
Hex965942029382910272a
Octal2261311020517051204752
Binary1001011010110011000010010100111100010100110000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965942; }

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

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

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

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

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

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

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

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