#967046

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

Shades of Pale Brown #967046

Tints of Pale Brown #967046

Color information

#967046 (or 0x967046) is unknown color: approx Pale Brown. HEX triplet: 96, 70 and 46. RGB value is (150,112,70). Sum of RGB (Red+Green+Blue) = 150+112+70=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #967046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967046 is #698FB9. Grayscale: #767676. Windows color (decimal): -6918074 or 4616342. OLE color: 4616342.

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

Color convert

RGB15011270-
CMYK00.250.530.41
HSL31.5º36.36%43.14%-
HSV(B)31.5º53.33%58.82%-
XYZ19.4818.518.34-
YUV118.57100.59150.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=45.18%
G=33.73%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501127000.250.530.4131.536.3643.14
Hex96704601935291f242b
Octal2261601060316551374453
Binary100101101110000100011001100111010110100111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967046; }

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

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

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

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

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

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

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

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