#966041

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

Shades of Sepia #966041

Tints of Sepia #966041

Color information

#966041 (or 0x966041) is unknown color: approx Sepia. HEX triplet: 96, 60 and 41. RGB value is (150,96,65). Sum of RGB (Red+Green+Blue) = 150+96+65=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #966041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966041 is #699FBE. Grayscale: #6C6C6C. Windows color (decimal): -6922175 or 4284566. OLE color: 4284566.

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

Color convert

RGB1509665-
CMYK00.360.570.41
HSL21.88º39.53%42.16%-
HSV(B)21.88º56.67%58.82%-
XYZ17.7115.237.01-
YUV108.61103.39157.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 65 (25.78% from 255) = 20.90%
R=48.23%
G=30.87%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150966500.360.570.4121.8839.5342.16
Hex966041024392916282a
Octal2261401010447151265052
Binary1001011011000001000001010010011100110100110110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966041; }

 p { color: rgb(150,96,65); }

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

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

 a { background-color: rgb(150,96,65); }

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

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

 span { border-color: rgb(150,96,65); }

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