#966046

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

Shades of Sepia #966046

Tints of Sepia #966046

Color information

#966046 (or 0x966046) is unknown color: approx Sepia. HEX triplet: 96, 60 and 46. RGB value is (150,96,70). Sum of RGB (Red+Green+Blue) = 150+96+70=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #966046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966046 is #699FB9. Grayscale: #6D6D6D. Windows color (decimal): -6922170 or 4612246. OLE color: 4612246.

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

Color convert

RGB1509670-
CMYK00.360.530.41
HSL19.5º36.36%43.14%-
HSV(B)19.5º53.33%58.82%-
XYZ17.8715.297.8-
YUV109.18105.89157.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=47.47%
G=30.38%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150967000.360.530.4119.536.3643.14
Hex966046024352914242b
Octal2261401060446551244453
Binary1001011011000001000110010010011010110100110100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966046; }

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

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

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

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

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

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

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

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