#967155

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

Shades of Pale Brown #967155

Tints of Pale Brown #967155

Color information

#967155 (or 0x967155) is unknown color: approx Pale Brown. HEX triplet: 96, 71 and 55. RGB value is (150,113,85). Sum of RGB (Red+Green+Blue) = 150+113+85=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #967155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967155 is #698EAA. Grayscale: #797979. Windows color (decimal): -6917803 or 5599638. OLE color: 5599638.

HSL color Cylindrical-coordinate representation of color #967155: hue angle of 25.85º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967155 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15011385-
CMYK00.250.430.41
HSL25.85º27.66%46.08%-
HSV(B)25.85º43.33%58.82%-
XYZ20.1218.9511.19-
YUV120.87107.76148.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=43.10%
G=32.47%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501138500.250.430.4125.8527.6646.08
Hex9671550192B291a1c2e
Octal2261611250315351323456
Binary10010110111000110101010110011010111010011101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967155; }

 p { color: rgb(150,113,85); }

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

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

 a { background-color: rgb(150,113,85); }

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

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

 span { border-color: rgb(150,113,85); }

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